Campo ListGroup
The list group (category) to which the item belongs.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public ListGroup As Integer
'Uso
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
Comentarios
Use list groups to group related items.
Vea también