ResourceProperty.IsReadOnly プロパティ
プロパティが読み取り専用かどうかを示すブール値を取得します。
名前空間: System.Data.Services.Providers
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public ReadOnly Property IsReadOnly As Boolean
Get
'使用
Dim instance As ResourceProperty
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。