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.