Project.GlobalProperties Property

Definition

Gets or sets a collection of the global properties for the project.

public:
 property Microsoft::Build::BuildEngine::BuildPropertyGroup ^ GlobalProperties { Microsoft::Build::BuildEngine::BuildPropertyGroup ^ get(); void set(Microsoft::Build::BuildEngine::BuildPropertyGroup ^ value); };
public Microsoft.Build.BuildEngine.BuildPropertyGroup GlobalProperties { get; set; }
member this.GlobalProperties : Microsoft.Build.BuildEngine.BuildPropertyGroup with get, set
Public Property GlobalProperties As BuildPropertyGroup

Property Value

A BuildPropertyGroup containing the global properties for the project.

Remarks

Global properties are properties set with the /property switch on the command line, or properties set by the integrated development environment before invoking MSBuild. For more information, see MSBuild Command-Line Reference.

Applies to