BuildParameters.EnvironmentProperties 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.
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.