Share via


ContentLocationRequest.Domain Property

 

Gets or sets the Active Directory domain for the client.

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

ContentLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top