SystemSettingsGetRequest 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 setting get request.
public ref class SystemSettingsGetRequest
[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="SystemSettingsGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingsGetRequest
[<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="SystemSettingsGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetRequest = class
Public Class SystemSettingsGetRequest
- Inheritance
-
SystemSettingsGetRequest
- Attributes
Remarks
SystemSettingsGetRequest must include a SystemSettingsGetCriteria.
Constructors
SystemSettingsGetRequest() |
Initializes a new instance of the SystemSettingsGetRequest class that has default values. |
SystemSettingsGetRequest(International, SystemSettingsGetCriteria) |
Initializes a new instance of the SystemSettingsGetRequest 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. |