다음을 통해 공유


SystemDomainListItem.ListGroup 속성

Gets or sets the list group, or category, to which the item belongs.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.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
An integer that represents the list group.

참고 항목

참조

SystemDomainListItem 클래스

Microsoft.MasterDataServices 네임스페이스