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)

属性值

要在响应中返回的系统域列表。

属性

适用于