다음을 통해 공유


SystemDomainListGetResponse.SystemDomainLists 속성

정의

응답에서 반환할 시스템 도메인 목록을 지정합니다.

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)

속성 값

응답에 반환할 시스템 도메인 목록입니다.

특성

적용 대상