WsusContentLocationInfo Class

 

Public class that helps serialize WsusContentLocationInfo to and from XML.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::LocationRequestBase
    Microsoft.ConfigurationManagement.Messaging.Messages::WsusContentLocationInfo

[SerializableAttribute]
public ref class WsusContentLocationInfo sealed : LocationRequestBase

NameDescription
System_CAPS_pubmethodWsusContentLocationInfo()

Initializes a new instance of the WsusContentLocationInfo class.

NameDescription
System_CAPS_pubpropertyADSite

Gets or sets the Active Directory site for the content location. (Inherited from LocationRequestBase.)

System_CAPS_pubpropertyIPAddresses

Gets or sets the IP address for the content location. (Inherited from LocationRequestBase.)

System_CAPS_pubpropertyOnInternet

Gets or sets a value that indicates whether the client is on the Internet.

System_CAPS_pubpropertyOnInternetInt

Gets or sets a value that indicates whether the client is on the Internet. This property is only for serialization. Use OnInternet instead.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: