BuildRequestData.GlobalProperties 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.
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.