SystemSettingGroup Class

Definition

Specifies a group of related system settings that manage system level functionality within MDS.

public ref class SystemSettingGroup : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemSettingGroup : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SystemSettingGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemSettingGroup = class
    inherit DataContractBase
Public Class SystemSettingGroup
Inherits DataContractBase
Inheritance
SystemSettingGroup
Attributes

Constructors

SystemSettingGroup()

Initializes a new instance of the SystemSettingGroup class.

Properties

Description

Gets or sets the description for the setting group.

DisplayName

Gets or sets the display name for the group.

DisplaySequence

Gets or sets the sequence in which the setting groups are most logically displayed.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets the ID of the system setting group.

SystemSettings

Gets or sets a list of system settings.

Applies to