次の方法で共有


ResourceSet.IsReadOnly プロパティ

セットが読み取り専用かどうかを示すブール値を取得します。

名前空間:  System.Data.Services.Providers
アセンブリ:  Microsoft.Data.Services (Microsoft.Data.Services.dll)

構文

'宣言
Public ReadOnly Property IsReadOnly As Boolean
    Get
'使用
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

プロパティ値

型: System.Boolean
リソース セットが読み取り専用かどうかを示すブール値。

関連項目

参照

ResourceSet クラス

System.Data.Services.Providers 名前空間