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.
Gets or sets custom state information about a resource property that is defined by the developer.
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 ResourceProperty
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
State information.