取得指出此集合是否為唯讀的布林值。
命名空間: 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
指出資源集是否為唯讀的布林值。