ContentLocationMPSite.HttpsPreferredPort Property
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