SystemDomainListGetResponse.SystemDomainLists Property

Definition

Specifies the system domain lists to return in the response.

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^> ^ SystemDomainLists { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Services::DataContracts::SystemDomainList ^> ^ value); };
[System.ServiceModel.MessageBodyMember]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemDomainList> SystemDomainLists { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.SystemDomainLists : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Services.DataContracts.SystemDomainList> with get, set
Public Property SystemDomainLists As Collection(Of SystemDomainList)

Property Value

The system domain lists to return in the response.

Attributes

Applies to