NewPSSessionOptionCommand.ProxyAccessType 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.
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