SystemDomainListGetResponse Constructors

Definition

Initializes a new instance of the SystemDomainListGetResponse class.

Overloads

SystemDomainListGetResponse()

Initializes a new instance of the SystemDomainListGetResponse class that has default values.

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists.

SystemDomainListGetResponse()

Initializes a new instance of the SystemDomainListGetResponse class that has default values.

public:
 SystemDomainListGetResponse();
public SystemDomainListGetResponse ();
Public Sub New ()

Applies to

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists.

public:
 SystemDomainListGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemDomainList ^> ^ SystemDomainLists);
public SystemDomainListGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> SystemDomainLists);
new Microsoft.MasterDataServices.SystemDomainListGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemDomainList> -> Microsoft.MasterDataServices.SystemDomainListGetResponse
Public Sub New (OperationResult As OperationResult, SystemDomainLists As Collection(Of SystemDomainList))

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

SystemDomainLists
Collection<SystemDomainList>

An array of the system domain lists to return in the response.

Applies to