SystemSettingsGetResponse 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.
Provides system settings within a SystemSettingGroup.
public ref class SystemSettingsGetResponse
[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="SystemSettingsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingsGetResponse
[<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="SystemSettingsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingsGetResponse = class
Public Class SystemSettingsGetResponse
- Inheritance
-
SystemSettingsGetResponse
- Attributes
Constructors
SystemSettingsGetResponse() |
Initializes a new instance of the SystemSettingsGetResponse class that has default values. |
SystemSettingsGetResponse(OperationResult, Collection<SystemSettingGroup>) |
Initializes a new instance of the SystemSettingsGetResponse class that has the specified operation result and list of system settings groups. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
SystemSettingsGroups |
The system setting groups to return in the response. |