ProjectInstance.IsImmutable Property

Definition

Whether the instance is immutable. This is set permanently when the instance is created.

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

Property Value

true if the project instance is immutable; otherwise, false.

Applies to