ContentLocationReply.ContentFlags Property

 

Gets or sets the flags for a content location request.

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

Syntax

public ContentLocationFlags ContentFlags { get; set; }
public:
property ContentLocationFlags ContentFlags {
    ContentLocationFlags get();
    void set(ContentLocationFlags value);
}
Public Property ContentFlags As ContentLocationFlags

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationFlags

See Also

ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top