Value
Gets the initial value of the location.
Declaration
public override object Value { get; set; }Property Value
| Type | Description |
|---|---|
| object |
Overrides
PostSharp.Aspects.Internals.LocationLevelAdviceArgs.Value
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.