Share via


ContentLocationRequest.AssignedSite Property

 

Gets or sets the assigned site for the client.

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

Syntax

[MessagePropertyAttribute(MessagePropertyImportance.Required, 
    CheckRecursively = true)]
public ContentLocationAssignedSite AssignedSite { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required, 
    CheckRecursively = true)]
property ContentLocationAssignedSite^ AssignedSite {
    ContentLocationAssignedSite^ get();
    void set(ContentLocationAssignedSite^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
    CheckRecursively := True)>
Public Property AssignedSite As ContentLocationAssignedSite

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationAssignedSite

See Also

ContentLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top