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 the custom state for the ResourceAssociationSetEnd.
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 ResourceAssociationSetEnd
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
The custom state.