NewPSSessionOptionCommand.ApplicationArguments Property

Definition

Application arguments the server can see in ApplicationArguments

public:
 property System::Management::Automation::PSPrimitiveDictionary ^ ApplicationArguments { System::Management::Automation::PSPrimitiveDictionary ^ get(); void set(System::Management::Automation::PSPrimitiveDictionary ^ value); };
public System.Management.Automation.PSPrimitiveDictionary ApplicationArguments { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNull]
public System.Management.Automation.PSPrimitiveDictionary ApplicationArguments { get; set; }
member this.ApplicationArguments : System.Management.Automation.PSPrimitiveDictionary with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNull>]
member this.ApplicationArguments : System.Management.Automation.PSPrimitiveDictionary with get, set
Public Property ApplicationArguments As PSPrimitiveDictionary

Property Value

Attributes

Applies to