PSSessionOption.ApplicationArguments 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.
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; }
member this.ApplicationArguments : System.Management.Automation.PSPrimitiveDictionary with get, set
Public Property ApplicationArguments As PSPrimitiveDictionary