SystemDomainListItem Class

Represents an item in a system domain list.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.SystemDomainListItem

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SystemDomainListItem", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class SystemDomainListItem _
    Implements IExtensibleDataObject
'Usage
Dim instance As SystemDomainListItem
[DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListItem : IExtensibleDataObject
[DataContractAttribute(Name = L"SystemDomainListItem", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListItem : IExtensibleDataObject
[<DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem =  
    class
        interface IExtensibleDataObject
    end
public class SystemDomainListItem implements IExtensibleDataObject

The SystemDomainListItem type exposes the following members.

Constructors

  Name Description
Public method SystemDomainListItem Initializes a new instance of the SystemDomainListItem class.

Top

Properties

  Name Description
Public property ExtensionData Gets or sets an object that contains extra data.
Public property ListGroup Gets or sets the list group, or category, to which the item belongs.
Public property Name Gets or sets the display name portion of the item.
Public property Value Gets or sets the item value.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.