ReceivePSSessionCommand.ApplicationName 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.
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 thats not specified as well, then "WSMAN" will be used
public:
property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ApplicationName { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ApplicationName { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerSessionName", ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.Parameter(ParameterSetName="ComputerInstanceId", ValueFromPipelineByPropertyName=true)]
public string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerSessionName", ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.Parameter(ParameterSetName="ComputerInstanceId", ValueFromPipelineByPropertyName=true)>]
member this.ApplicationName : string with get, set
Public Property ApplicationName As String
Property Value
- Attributes