SystemDomainListItem Class

Definition

Represents an item in a system domain list.

public ref class SystemDomainListItem : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="SystemDomainListItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListItem : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="SystemDomainListItem", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem = class
    inherit DataContractBase
Public Class SystemDomainListItem
Inherits DataContractBase
Inheritance
SystemDomainListItem
Attributes

Remarks

System domain list items cannot be updated and are read-only.

Constructors

SystemDomainListItem()

Initializes a new instance of the SystemDomainListItem class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
ListGroup

Gets or sets the list group, or category, to which the item belongs.

Name

Gets or sets the display name portion of the item.

Value

Gets or sets the item value.

Applies to