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。