ContentLocationSite.Records Property

 

Gets or sets content location records.

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

Syntax

public ContentLocationLocationRecords Records { get; set; }
public:
property ContentLocationLocationRecords^ Records {
    ContentLocationLocationRecords^ get();
    void set(ContentLocationLocationRecords^ value);
}
Public Property Records As ContentLocationLocationRecords

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationLocationRecords

See Also

ContentLocationSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top