ResourceProperty.CustomState Propiedad
Obtiene o establece información de estado personalizada sobre una propiedad de recurso definida por el desarrollador.
Espacio de nombres: System.Data.Services.Providers
Ensamblado: Microsoft.Data.Services (en Microsoft.Data.Services.dll)
Sintaxis
'Declaración
Public Property CustomState As Object
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Object
Información de estado.