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

Array of location records

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

ContentLocationLocationRecord> 
LocationRecords { 
get; }
Public 
ReadOnly 
Property 
LocationRecords 
As 
Collection(
Of 

ContentLocationLocationRecord)
	
Get
public:
property 
Collection<

ContentLocationLocationRecord^>^ 
LocationRecords {
	
Collection<

ContentLocationLocationRecord^>^ 
get ();
}

See Also