Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the system ___domain lists to return in the response.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property SystemDomainLists As Collection(Of SystemDomainList)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.ObjectModel.Collection<SystemDomainList>
The system ___domain lists to return in the response.
See Also
Reference
SystemDomainListGetResponse Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace