Gets or sets the method return value.

Namespace:  PostSharp.Laos
Assembly:  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);
}

See Also