ContentLocationMPSite.SerializableHttpsPreferredPort Property
Gets or sets the preferred port for HTTPS communication. This property is only for serialization. Use HttpsPreferredPort instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SerializableHttpsPreferredPort { get; set; }
public:
property String^ SerializableHttpsPreferredPort {
String^ get();
void set(String^ value);
}
Public Property SerializableHttpsPreferredPort As String
Property Value
Type: System.String
See Also
ContentLocationMPSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top