Condividi tramite


Proprietà Operation.IsReadOnly

Restituisce true se questa operazione del servizio è di sola lettura. In caso contrario restituisce false.

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 Operation
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

Vedere anche

Riferimento

Operation Classe

Spazio dei nomi System.Data.Services.Providers