LocationInterceptionArgs.Value Property |
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.0)

public abstract Object Value { get; set; }
Property Value
Type: ObjectImplements
ILocationInterceptionArgs.Value
Inside an OnGetValue(LocationInterceptionArgs) advice, this property is available after the next advice in chain has been invoked using ProceedGetValue(). However, inside an OnSetValue(LocationInterceptionArgs) advice, the value is available immediately, and is used as input by ProceedSetValue().
See GetCurrentValue() and SetNewValue(Object) to get or set the value of the location without affecting the value of this property.
