MobileServiceCollectionView<T>.IsReadOnly Property
Gets a value indicating whether the collection is read-only.
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Syntax
'Declaration
Public ReadOnly Property IsReadOnly As Boolean
Get
'Usage
Dim instance As MobileServiceCollectionView
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () sealed;
}
abstract IsReadOnly : bool
override IsReadOnly : bool
final function get IsReadOnly () : boolean
Property Value
Type: System.Boolean