Partager via


Propriété SystemDomainListItem.ListGroup

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property ListGroup As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SystemDomainListItem Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts