GraphConditionCollection::IsReadOnly Property

 

Gets a value indicating whether the System.Collections.Generic.ICollection is read-only.

Namespace:   Microsoft.VisualStudio.GraphModel.Styles
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property bool IsReadOnly {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

True if the System.Collections.Generic.ICollection is read-only; otherwise, false.

Return to top
Show: