ActivityImplementationContext.PSPort 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 port to use in a remote connection attempt. The default is: HTTP: 5985, HTTPS: 5986.
public:
property Nullable<System::UInt32> PSPort { Nullable<System::UInt32> get(); void set(Nullable<System::UInt32> value); };
public uint? PSPort { get; set; }
member this.PSPort : Nullable<uint32> with get, set
Public Property PSPort As Nullable(Of UInteger)