Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the preferred port for HTTPS communication.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Nullable<ushort> HttpsPreferredPort { get; set; }
public:
property Nullable<unsigned short> HttpsPreferredPort {
Nullable<unsigned short> get();
void set(Nullable<unsigned short> value);
}
Public Property HttpsPreferredPort As Nullable(Of UShort)
Property Value
Type: System.Nullable<UInt16>
See Also
ContentLocationMPSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top