Operation.IsReadOnly 屬性
如果此服務作業已設為唯讀,則傳回 true。 否則會傳回 false。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public ReadOnly Property IsReadOnly As Boolean
Get
'用途
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