Delen via


ContentLocationRequest.ContentLocationInfo Property

 

Gets or sets the content location information node.

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

Syntax

public ContentLocationInfo ContentLocationInfo { get; set; }
public:
property ContentLocationInfo^ ContentLocationInfo {
    ContentLocationInfo^ get();
    void set(ContentLocationInfo^ value);
}
Public Property ContentLocationInfo As ContentLocationInfo

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationInfo

See Also

ContentLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top