ToolsetCollection.IsReadOnly Property

Definition

Gets whether the ToolsetCollection is read-only. IsReadOnly always returns false because Toolsets are always writable.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

A boolean value indicating whether the ToolsetCollection is read-only.

Implements

Remarks

IsReadOnly always returns false because Toolsets are always writable.

Applies to