Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the set is read-only.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
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
Property Value
Type: System.Boolean
true if the set is read-only; Otherwise, false.