ProjectPropertyInstance.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 this object is immutable. An immutable object can not be made mutable.
public:
virtual property bool IsImmutable { bool get(); };
public virtual bool IsImmutable { get; }
member this.IsImmutable : bool
Public Overridable ReadOnly Property IsImmutable As Boolean
Property Value
Returns Boolean.