共用方式為


ResourceType.IsReadOnly 屬性

取得布林值,如果此資源類型已設為唯讀,則為 true。

命名空間:  System.Data.Services.Providers
組件:  Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)

語法

'宣告
Public ReadOnly Property IsReadOnly As Boolean
    Get
'用途
Dim instance As ResourceType
Dim value As Boolean

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

屬性值

型別:System.Boolean
如果此資源類型已設為唯讀,則為 true,否則為 false。

請參閱

參考

ResourceType 類別

System.Data.Services.Providers 命名空間