InvokeOperation<TValue>.Value Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets the return value for the invoke operation.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Value As TValue
Get
'Usage
Dim instance As InvokeOperation
Dim value As TValue
value = instance.Value
public TValue Value { get; }
public:
property TValue Value {
TValue get ();
}
member Value : 'TValue
function get Value () : TValue
Property Value
Type: TValue
The return value for the invoke operation.