SystemDomainListItem Class
Represents an item in a system domain list.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
System::Object
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::SystemDomainListItem
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::SystemDomainListItem
| Name | Description | |
|---|---|---|
![]() | SystemDomainListItem() | Initializes a new instance of the SystemDomainListItem class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
System domain list items cannot be updated and are read-only.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


