PSRemotingBaseCmdlet.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 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 virtual string ApplicationName { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)]
public virtual string ApplicationName { get; set; }
member this.ApplicationName : string with get, set
[<System.Management.Automation.Parameter(ParameterSetName="ComputerName", ValueFromPipelineByPropertyName=true)>]
member this.ApplicationName : string with get, set
Public Overridable Property ApplicationName As String
Property Value
- Attributes