Compartir a través de


SystemDomainListItem.ListGroup Propiedad

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

SystemDomainListItem Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts