Właściwość SystemDomainListGetResponse.SystemDomainLists
Pobiera lub ustawia tablicę wystąpień SystemDomainList.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property SystemDomainLists As Collection(Of SystemDomainList)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Collections.ObjectModel.Collection<SystemDomainList>
Kolekcja typu SystemDomainList.