Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityCollection::ICollection<Activity^>::IsReadOnly Property

 

Gets a value that indicates whether the IList is read-only.

Namespace:   System.Workflow.ComponentModel
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<Activity^>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the IList is read-only; otherwise, false.

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft