SystemSettingGroup Class
Specifies a group of related system settings that manage system level functionality within MDS.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::SystemSettingGroup
| Name | Description | |
|---|---|---|
![]() | SystemSettingGroup() | Initializes a new instance of the SystemSettingGroup class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


