NewPSRoleCapabilityFileCommand.EnvironmentVariables 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.
A list of environment variables.
public:
property System::Collections::IDictionary ^ EnvironmentVariables { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary EnvironmentVariables { get; set; }
[System.Management.Automation.Parameter]
public System.Collections.IDictionary EnvironmentVariables { get; set; }
member this.EnvironmentVariables : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
member this.EnvironmentVariables : System.Collections.IDictionary with get, set
Public Property EnvironmentVariables As IDictionary
Property Value
- Attributes