ContentLocationSite.LocationRecords Property
Note: This API is now obsolete.
Gets location records. This property has been superceded by Records.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[ObsoleteAttribute("This property has been replaced by Records.")]
public Collection<ContentLocationLocationRecords> LocationRecords { get; }
public:
[ObsoleteAttribute("This property has been replaced by Records.")]
property Collection<ContentLocationLocationRecords^>^ LocationRecords {
Collection<ContentLocationLocationRecords^>^ get();
}
<ObsoleteAttribute("This property has been replaced by Records.")>
Public ReadOnly Property LocationRecords As Collection(Of ContentLocationLocationRecords)
Property Value
Type: System.Collections.ObjectModel.Collection<ContentLocationLocationRecords>
See Also
ContentLocationSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top