PSRemotingActivity.PSApplicationName Property

Definition

Defines the remote application name to connect to. The default is "wsman".

public:
 property System::Activities::InArgument<System::String ^> ^ PSApplicationName { System::Activities::InArgument<System::String ^> ^ get(); void set(System::Activities::InArgument<System::String ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<string> PSApplicationName { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.PSApplicationName : System.Activities.InArgument<string> with get, set
Public Property PSApplicationName As InArgument(Of String)

Property Value

Attributes

Applies to