Compartilhar via


Propriedade do RDL SystemDomainListGetResponse.SystemDomainLists

Gets or sets the system domain lists to return in the response.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<MessageBodyMemberAttribute> _
Public Property SystemDomainLists As Collection(Of SystemDomainList)
    Get 
    Set
'Uso
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>)

Valor da propriedade

Tipo: System.Collections.ObjectModel.Collection<SystemDomainList>
The system domain lists to return in the response.

Consulte também

Referência

SystemDomainListGetResponse Classe

Namespace Microsoft.MasterDataServices.Services.MessageContracts