BuildRequestData.GlobalProperties Property

Definition

The global properties to use.

public:
 property System::Collections::Generic::ICollection<Microsoft::Build::Execution::ProjectPropertyInstance ^> ^ GlobalProperties { System::Collections::Generic::ICollection<Microsoft::Build::Execution::ProjectPropertyInstance ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectPropertyInstance> GlobalProperties { get; }
member this.GlobalProperties : System.Collections.Generic.ICollection<Microsoft.Build.Execution.ProjectPropertyInstance>
Public ReadOnly Property GlobalProperties As ICollection(Of ProjectPropertyInstance)

Property Value

The set of global properties to be used to build this request.

Applies to