SystemDomainList Class

Definition

A list of standard text choices that are associated with the MDS application.

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

Remarks

The SystemDomainList specifies a list of standard text choices that are associated with the Master Data Services (MDS) application.

Constructors

SystemDomainList()

Initializes a new instance of the class.

Properties

Code

Specifies the domain list code.

Items

Specifies the list of the items that are associated with the system domain list.

Name

Specifies the domain list name.

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