SystemDomainListItem Class
Represents an item in a system domain list.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
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 _
Inherits DataContractBase
'Usage
Dim instance As SystemDomainListItem
[DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class SystemDomainListItem : DataContractBase
[DataContractAttribute(Name = L"SystemDomainListItem", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class SystemDomainListItem : public DataContractBase
[<DataContractAttribute(Name = "SystemDomainListItem", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type SystemDomainListItem =
class
inherit DataContractBase
end
public class SystemDomainListItem extends DataContractBase
The SystemDomainListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SystemDomainListItem | Initializes a new instance of the SystemDomainListItem class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.