ClientLocationInfo.Domain Property
Gets or sets Active Directory domain information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationDomain Domain { get; set; }
public:
property ContentLocationDomain^ Domain {
ContentLocationDomain^ get();
void set(ContentLocationDomain^ value);
}
Public Property Domain As ContentLocationDomain
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationDomain
See Also
ClientLocationInfo Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top