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