IsReadOnly Property

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.

Namespace: Microsoft.Activities.Extensions
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public bool IsReadOnly { get; }
Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
	Get
Visual C++
public:
virtual property bool IsReadOnly {
	bool get () sealed;
}

Return Value

true if the ICollection<(Of <(<'T>)>)> is read-only; otherwise, false.

Implements

ICollection<(Of <(<'T>)>)>..::..IsReadOnly

See Also