Gets or sets the method return value.
Namespace:
PostSharp.LaosAssembly: PostSharp.Laos (in PostSharp.Laos.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property ReturnValue As Object |
| C# |
|---|
public Object ReturnValue { get; set; } |
| Visual C++ |
|---|
public: property Object^ ReturnValue { Object^ get (); void set (Object^ value); } |
Remarks
You can modify the return value only when the join point is located
after a method execution, typically when the return value has already
been set.