NewPSSessionOptionCommand.ProxyAccessType Property

Definition

By default, ProxyAccessType is None, that means Proxy information (ProxyAccessType, ProxyAuthenticationMechanism and ProxyCredential)is not passed to WSMan at all.

public:
 property System::Management::Automation::Remoting::ProxyAccessType ProxyAccessType { System::Management::Automation::Remoting::ProxyAccessType get(); void set(System::Management::Automation::Remoting::ProxyAccessType value); };
public System.Management.Automation.Remoting.ProxyAccessType ProxyAccessType { get; set; }
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateNotNullOrEmpty]
public System.Management.Automation.Remoting.ProxyAccessType ProxyAccessType { get; set; }
member this.ProxyAccessType : System.Management.Automation.Remoting.ProxyAccessType with get, set
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.ProxyAccessType : System.Management.Automation.Remoting.ProxyAccessType with get, set
Public Property ProxyAccessType As ProxyAccessType

Property Value

Attributes

Applies to