ContentLocationReply.ContentInfo Property
Gets or sets information about the returned content.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationContentInfo ContentInfo { get; set; }
public:
property ContentLocationContentInfo^ ContentInfo {
ContentLocationContentInfo^ get();
void set(ContentLocationContentInfo^ value);
}
Public Property ContentInfo As ContentLocationContentInfo
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationContentInfo
See Also
ContentLocationReply Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top