Condividi tramite


Proprietà ResourceSet.CustomState

Ottiene o imposta le informazioni sullo stato personalizzate definite dallo sviluppatore.

Spazio dei nomi  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Property CustomState As Object
    Get
    Set
'Utilizzo
Dim instance As ResourceSet
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)

Valore proprietà

Tipo: System.Object
Informazioni sullo stato definite dallo sviluppatore.

Vedere anche

Riferimento

ResourceSet Classe

Spazio dei nomi System.Data.Services.Providers