SystemDomainListGetRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the message contract for the system domain list get request.
public ref class SystemDomainListGetRequest
[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="SystemDomainListGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListGetRequest
[<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="SystemDomainListGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListGetRequest = class
Public Class SystemDomainListGetRequest
- Inheritance
-
SystemDomainListGetRequest
- Attributes
Remarks
SystemDomainListGetRequest must include a SystemDomainListGetCriteria.
Constructors
SystemDomainListGetRequest() |
Initializes a new instance of the SystemDomainListGetRequest class that has default values. |
SystemDomainListGetRequest(International, SystemDomainListGetCriteria) |
Initializes a new instance of the SystemDomainListGetRequest class that has the specified cultural settings and search criteria. |
Fields
International |
The cultural settings. |
SearchCriteria |
The search criteria that determine which domain lists to retrieve. |