Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the content location information for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively = true)]
public WsusContentLocationInfo ContentLocationInfo { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required,
CheckRecursively = true)]
property WsusContentLocationInfo^ ContentLocationInfo {
WsusContentLocationInfo^ get();
void set(WsusContentLocationInfo^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required,
CheckRecursively := True)>
Public Property ContentLocationInfo As WsusContentLocationInfo
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.WsusContentLocationInfo
See Also
WsusLocationRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top