BuildParameters.EnvironmentProperties Property

Definition

Gets an immutable collection of environment properties.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ EnvironmentProperties { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> EnvironmentProperties { get; }
member this.EnvironmentProperties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property EnvironmentProperties As IDictionary(Of String, String)

Property Value

Returns an immutable collection of environment properties.

Remarks

This differs from the BuildProcessEnvironment in that there are certain MSBuild-specific properties which are added, and those environment variables which would not be valid as MSBuild properties are removed.

Applies to