NewPSSessionConfigurationFileCommand.RoleDefinitions 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.
Role definitions for this session configuration (Role name -> Role capability)
public:
property System::Collections::IDictionary ^ RoleDefinitions { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary RoleDefinitions { get; set; }
[System.Management.Automation.Parameter]
public System.Collections.IDictionary RoleDefinitions { get; set; }
member this.RoleDefinitions : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
member this.RoleDefinitions : System.Collections.IDictionary with get, set
Public Property RoleDefinitions As IDictionary
Property Value
- Attributes