Condividi tramite


Proprietà ResourceProperty.IsReadOnly

Ottiene un valore booleano che indica se la proprietà è di sola lettura.

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

Sintassi

'Dichiarazione
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Utilizzo
Dim instance As ResourceProperty
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
property bool IsReadOnly {
    bool get ();
}
member IsReadOnly : bool
function get IsReadOnly () : boolean

Valore proprietà

Tipo: System.Boolean
True se la proprietà è di sola lettura.

Vedere anche

Riferimento

ResourceProperty Classe

Spazio dei nomi System.Data.Services.Providers