NewCimSessionCommand.Port 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 "Port". Specifies the port number to use, if different than the default port number. This is specificly for wsman protocol.
public uint Port { get; set; }
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public uint Port { get; set; }
member this.Port : uint32 with get, set
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.Port : uint32 with get, set
Public Property Port As UInteger
Property Value
- Attributes