ProjectProperty.IsGlobalProperty Property

Definition

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.

Applies to