Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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