Share via


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)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get
final function get IsReadOnly () : boolean

Property Value

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

Implements

ICollection.IsReadOnly

.NET Framework Security

See Also

Reference

GraphConditionCollection Class

Microsoft.VisualStudio.GraphModel.Styles Namespace