NewCimSessionOptionCommand.ProxyType 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.
The following is the definition of the input parameter "ProxyType". Which proxy type to use: Valid set is: { InternetExplorer | WinHttp | Auto | None }
public Microsoft.Management.Infrastructure.Options.ProxyType ProxyType { get; set; }
[System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)]
public Microsoft.Management.Infrastructure.Options.ProxyType ProxyType { get; set; }
member this.ProxyType : Microsoft.Management.Infrastructure.Options.ProxyType with get, set
[<System.Management.Automation.Parameter(ParameterSetName="WSManParameterSet", ValueFromPipelineByPropertyName=true)>]
member this.ProxyType : Microsoft.Management.Infrastructure.Options.ProxyType with get, set
Public Property ProxyType As ProxyType
Property Value
- Attributes