次の方法で共有


SystemDomainListGetResponse.SystemDomainLists プロパティ

応答で返されるシステム ドメイン リストを取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property SystemDomainLists As Collection(Of SystemDomainList)
    Get 
    Set
'使用
Dim instance As SystemDomainListGetResponse 
Dim value As Collection(Of SystemDomainList)

value = instance.SystemDomainLists

instance.SystemDomainLists = value
[MessageBodyMemberAttribute]
public Collection<SystemDomainList> SystemDomainLists { get; set; }
[MessageBodyMemberAttribute]
public:
property Collection<SystemDomainList^>^ SystemDomainLists {
    Collection<SystemDomainList^>^ get ();
    void set (Collection<SystemDomainList^>^ value);
}
[<MessageBodyMemberAttribute>]
member SystemDomainLists : Collection<SystemDomainList> with get, set
function get SystemDomainLists () : Collection<SystemDomainList>
function set SystemDomainLists (value : Collection<SystemDomainList>)

プロパティ値

型: System.Collections.ObjectModel.Collection<SystemDomainList>
応答で返されるシステム ドメイン リスト。

関連項目

参照

SystemDomainListGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間