WsusSite.LocationRecords Property
Gets or sets the location records of the content.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public WsusLocationRecords LocationRecords { get; set; }
public:
property WsusLocationRecords^ LocationRecords {
WsusLocationRecords^ get();
void set(WsusLocationRecords^ value);
}
Public Property LocationRecords As WsusLocationRecords
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.WsusLocationRecords
See Also
WsusSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top