Condividi tramite


Proprietà ResourceSet.IsReadOnly

Ottiene un valore booleano che indica se il set è 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 ResourceSet
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
Valore booleano che indica se il set di risorse è di sola lettura.

Vedere anche

Riferimento

ResourceSet Classe

Spazio dei nomi System.Data.Services.Providers