Partager via


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

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace