Gets or sets the port to use to communicate to the destination.
Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public uint DestinationPort { get; set; }
public:
property unsigned int DestinationPort {
    unsigned int get();
    void set(unsigned int value);
}
member DestinationPort : uint32 with get, set
Public Property DestinationPort As UInteger
Property Value
Type: System.UInt32
The port number used to communicate with the destination.
See Also
WSManSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top