BaseCollection<T>.IsFixedSize Property
Gets a boolean that specifies whether the size of the collection is fixed.
Namespace: Microsoft.Rtc.Workflow.Utilities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
Get
'Usage
Dim instance As BaseCollection
Dim value As Boolean
value = instance.IsFixedSize
public bool IsFixedSize { get; }
Property Value
Type: System.Boolean