SystemDomainListGetResponse Class

Definition

Provides domain list results.

public ref class SystemDomainListGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemDomainListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="SystemDomainListGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetResponse = class
Public Class SystemDomainListGetResponse
Inheritance
SystemDomainListGetResponse
Attributes

Constructors

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.

Fields

OperationResult

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

SystemDomainLists

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

Applies to