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.
Represents a system domain list.
public ref class SystemDomainList : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SystemDomainList", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainList : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SystemDomainList", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainList = class
inherit DataContractBase
Public Class SystemDomainList
Inherits DataContractBase
- Inheritance
- Attributes
Remarks
System domain lists cannot be updated and are read-only.
Constructors
SystemDomainList() |
Initializes a new instance of the SystemDomainList class. |
Properties
Code |
Gets or sets the domain list code. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Items |
Gets or sets the domain list of items. |
Name |
Gets or sets the domain list name. |