SystemSettingGroup Class

Definition

A collection of related system settings that have related MDS functionality.

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

Remarks

The SystemSettingGroup complex type specifies a group of related system settings that manage system level functionality within MDS.

Constructors

SystemSettingGroup()

Initializes a new instance of the class.

Properties

Description

Specifies the description.

DisplayName

Specifies the display name.

DisplaySequence

Specifies the sequence the system setting group should be displayed.

Identifier

Specifies the Identifier.

SystemSettings

Specifies the SystemSetting list.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to