SystemDomainListGetResponse.SystemDomainLists Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the system domain lists to return in the response.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[MessageBodyMemberAttribute]
public Collection<SystemDomainList> SystemDomainLists { get; set; }
public:
[MessageBodyMemberAttribute]
property Collection<SystemDomainList^>^ SystemDomainLists {
    Collection<SystemDomainList^>^ get();
    void set(Collection<SystemDomainList^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemDomainLists : Collection<SystemDomainList> with get, set
<MessageBodyMemberAttribute>
Public Property SystemDomainLists As Collection(Of SystemDomainList)

Property Value

Type: System.Collections.ObjectModel.Collection<SystemDomainList>

The system domain lists to return in the response.

See Also

SystemDomainListGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top