WsusLocationRequest.Content Property
Gets or sets the content information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)]
public ContentLocationContent Content { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::NotRecommended)]
property ContentLocationContent^ Content {
ContentLocationContent^ get();
void set(ContentLocationContent^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.NotRecommended)>
Public Property Content As ContentLocationContent
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationContent
See Also
WsusLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top