Value
Gets the initial value of the location.
Declaration
public override object Value { get; set; }
Property Value
Type | Description |
---|---|
object |
Overrides
Remarks
Returns the current value of the field or, if it's a property, of the property's backing field. This is usually the default value or the value set by the initializer.