[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Location records. This property has been obsoleted by Records.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
ObsoleteAttribute("This property has been
replaced by Records.")]
public 
Collection<

ContentLocationLocationRecords> 
LocationRecords { 
get; }
<
ObsoleteAttribute("This property has been
replaced by Records.")> _
Public 
ReadOnly 
Property 
LocationRecords 
As 
Collection(
Of 

ContentLocationLocationRecords)
	
Get
[
ObsoleteAttribute(L"This property has been
replaced by Records.")]
public:
property 
Collection<

ContentLocationLocationRecords^>^ 
LocationRecords {
	
Collection<

ContentLocationLocationRecords^>^ 
get ();
}

See Also