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); } |