SetPSSessionConfiguration.TransportOption Property

Definition

Provides access to the TransportOption parameter.

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

Property Value

Attributes

Applies to