NewPSSessionConfigurationFileCommand.RequiredGroups 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.
Specifies account groups that are membership requirements for this session.
public:
property System::Collections::IDictionary ^ RequiredGroups { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary RequiredGroups { get; set; }
[System.Management.Automation.Parameter]
public System.Collections.IDictionary RequiredGroups { get; set; }
member this.RequiredGroups : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
member this.RequiredGroups : System.Collections.IDictionary with get, set
Public Property RequiredGroups As IDictionary
Property Value
- Attributes