Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.