ClientLocationInfo Class

 

Represents a client location information request that is used for management point location requests.

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::ClientLocationInfo

[SerializableAttribute]
public ref class ClientLocationInfo sealed : LocationRequestBase

NameDescription
System_CAPS_pubmethodClientLocationInfo()

Initializes a new instance of the ClientLocationInfo class.

NameDescription
System_CAPS_pubpropertyADSite

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

System_CAPS_pubpropertyDomain

Gets or sets Active Directory domain information.

System_CAPS_pubpropertyForest

Gets or sets Active Directory forest information.

System_CAPS_pubpropertyIPAddresses

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

System_CAPS_pubpropertyOnInternet

Gets or sets whether the client is on the Internet.

System_CAPS_pubpropertySerializableOnInternet

Gets or sets whether the client is on the Internet. This property is for serialization and should not be used directly.

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: