다음을 통해 공유


SystemDomainLists 속성

Gets or sets an array of SystemDomainList instances.

네임스페이스:  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> ) > ) >
Collection of type SystemDomainList.