このリソースの種類が読み取り専用に設定されている場合に 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。