[This is preliminary documentation and is subject to change.]
Returns return value of the called method. Note: out and ref params are not supported
Namespace: NFX.Glue.ProtocolAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Object ReturnValue { get; }
public Object ReturnValue { get; }
Public ReadOnly Property ReturnValue As Object
Get
Public ReadOnly Property ReturnValue As Object
Get
public:
property Object^ ReturnValue {
Object^ get ();
}
public:
property Object^ ReturnValue {
Object^ get ();
}
member ReturnValue : Object with get
member ReturnValue : Object with get
Property Value
Type:
Object