SystemDomainListItem.ListGroup Field
The list group (category) to which the item belongs.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public ListGroup As Integer
'Usage
Dim instance As SystemDomainListItem
Dim value As Integer
value = instance.ListGroup
instance.ListGroup = value
[DataMemberAttribute]
public int ListGroup
[DataMemberAttribute]
public:
int ListGroup
[<DataMemberAttribute>]
val mutable ListGroup: int
public var ListGroup : int
Remarks
Use list groups to group related items.