Partilhar via


Propriedade do RDL SystemDomainListItem.ListGroup

Gets or sets the list group (category) that the item belongs to.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property ListGroup As Integer 
    Get 
    Set
'Uso
Dim instance As SystemDomainListItem 
Dim value As Integer 

value = instance.ListGroup

instance.ListGroup = value
[DataMemberAttribute]
public int ListGroup { get; set; }
[DataMemberAttribute]
public:
property int ListGroup {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member ListGroup : int with get, set
function get ListGroup () : int 
function set ListGroup (value : int)

Valor da propriedade

Tipo: System.Int32
The list group (category) that the item belongs to.

Consulte também

Referência

SystemDomainListItem Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts