次の方法で共有


SystemDomainLists プロパティ

SystemDomainList インスタンスの配列を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.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< (Of < ( <'SystemDomainList> ) > ) >
SystemDomainList 型のコレクション。