Partager via


BaseCollection<T>.IsReadOnly Property

Gets a boolean that specifies whether the collection is read-only.

Namespace:  Microsoft.Rtc.Workflow.Utilities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
    Get
'Usage
Dim instance As BaseCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

See Also

Reference

BaseCollection<T> Class

BaseCollection<T> Members

Microsoft.Rtc.Workflow.Utilities Namespace