Descriptor.State Property
When overridden in a derived class, gets the state of the object at the time this instance was constructed.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property State As EntityStates
Get
Friend Set
'Usage
Dim instance As Descriptor
Dim value As EntityStates
value = instance.State
public EntityStates State { get; internal set; }
public:
property EntityStates State {
EntityStates get ();
internal: void set (EntityStates value);
}
member State : EntityStates with get, internal set
function get State () : EntityStates
internal function set State (value : EntityStates)
Property Value
Type: System.Data.Services.Client.EntityStates
An EntityStates of the object returned at the time this instance was constructed.