SystemDomainListGetResponse Class

Definition

The SystemDomainListGetResponse element provides a SystemDomainLists property that contains the domain list results.

public ref class SystemDomainListGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class SystemDomainListGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type SystemDomainListGetResponse = class
    inherit MessageResponse
Public Class SystemDomainListGetResponse
Inherits MessageResponse
Inheritance
SystemDomainListGetResponse
Attributes

Constructors

SystemDomainListGetResponse()

Initializes a new instance of the SystemDomainListGetResponse class.

Properties

OperationResult

Specifies the operation result.

(Inherited from MessageResponse)
SystemDomainLists

Specifies the system domain lists to return in the response.

Applies to

See also