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)

プロパティ値

応答で返されるシステム ドメイン リスト。

属性

適用対象