ProjectInstance.IsImmutable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.