Поделиться через


Свойство SystemDomainListItem.ListGroup

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property ListGroup As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The list group (category) that the item belongs to.

См. также

Справочник

SystemDomainListItem Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts