Base:
property
IsGlobalProperty
Microsoft.Build.Evaluation.ProjectProperty.IsGlobalProperty
2 references to IsGlobalProperty
Microsoft.Build (2)
Definition\ProjectProperty.cs (2)
592ErrorUtilities.VerifyThrowInvalidOperation(!IsGlobalProperty, "OM_GlobalProperty", _name); 615get { return !IsGlobalProperty && !IsReservedProperty; }