SystemDomainListItem 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.
A business entity that represents an item in a system domain list.
public ref class SystemDomainListItem sealed : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="SystemDomainListItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public sealed class SystemDomainListItem : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="SystemDomainListItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem = class
inherit DataContractBase
Public NotInheritable Class SystemDomainListItem
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
The SystemDomainListItem complex type specifies a list of standard text choices that are associated with the Master Data Services (MDS) application.
Constructors
SystemDomainListItem() |
Initializes a new instance of the SystemDomainListItem class. |
Properties
ListGroup |
Specifies the list group (category) to which the item belongs. List groups are used to group related items. |
Name |
Specifies the name. |
Value |
Specifies the name. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |