MobileServiceCollectionView<T>.IList.IsFixedSize Property

Gets a value indicating whether the list has a fixed size.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Private ReadOnly Property IsFixedSize As Boolean 
    Implements IList.IsFixedSize 
    Get
'Usage
Dim instance As MobileServiceCollectionView 
Dim value As Boolean 

value = CType(instance, IList).IsFixedSize
bool IList.IsFixedSize { get; }
private:
virtual property bool IsFixedSize {
    bool get () sealed = IList::IsFixedSize::get;
}
private abstract IsFixedSize : bool 
private override IsFixedSize : bool
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: System.Boolean
True when the list has a fixed size; otherwise false.

Implements

IList.IsFixedSize

See Also

Reference

MobileServiceCollectionView<T> Class

Microsoft.WindowsAzure.MobileServices Namespace