ProjectProperty.IsGlobalProperty 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 property is a global property
public:
abstract property bool IsGlobalProperty { bool get(); };
public:
property bool IsGlobalProperty { bool get(); };
public abstract bool IsGlobalProperty { get; }
public bool IsGlobalProperty { get; }
member this.IsGlobalProperty : bool
Public MustOverride ReadOnly Property IsGlobalProperty As Boolean
Public ReadOnly Property IsGlobalProperty As Boolean
Property Value
true
if the property is a global property; otherwise, false
.