Operation.CustomState Property

PlaceHolder to hold custom state information about service operation.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property CustomState As Object 
    Get 
    Set
'Usage
Dim instance As Operation 
Dim value As Object 

value = instance.CustomState

instance.CustomState = value
public Object CustomState { get; set; }
public:
property Object^ CustomState {
    Object^ get ();
    void set (Object^ value);
}
member CustomState : Object with get, set
function get CustomState () : Object 
function set CustomState (value : Object)

Property Value

Type: System.Object

See Also

Reference

Operation Class

System.Data.Services.Providers Namespace