InvokeCommandCommand.ApplicationName Property

Definition

This parameters specifies the appname which identifies the connection end point on the remote machine. If this parameter is not specified then the value specified in DEFAULTREMOTEAPPNAME will be used. If that's not specified as well, then "WSMAN" will be used.

public:
 virtual property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ ApplicationName { Platform::String ^ get(); void set(Platform::String ^ value); };
public override string ApplicationName { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName", ValueFromPipelineByPropertyName=true)]
public override string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="FilePathComputerName", ValueFromPipelineByPropertyName=true)>]
member this.ApplicationName : string with get, set
Public Overrides Property ApplicationName As String

Property Value

Attributes

Applies to