InvokeOperation.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 Object
    Get
'Usage
Dim instance As InvokeOperation
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Property Value

Type: System.Object
An object that represents the return value for the invoke operation.

See Also

Reference

InvokeOperation Class

System.ServiceModel.DomainServices.Client Namespace