SystemDomainList 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 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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |