다음을 통해 공유


ListGroup 속성

Gets or sets the code of the individual list grouping, or category, to filter on. If not supplied, all list groups are returned.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property ListGroup As Nullable(Of Integer)
    Get
    Set
‘사용 방법
Dim instance As SystemDomainListGetCriteria
Dim value As Nullable(Of Integer)

value = instance.ListGroup

instance.ListGroup = value
[DataMemberAttribute]
public Nullable<int> ListGroup { get; set; }
[DataMemberAttribute]
public:
property Nullable<int> ListGroup {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute>]
member ListGroup : Nullable<int> with get, set
function get ListGroup () : Nullable<int>
function set ListGroup (value : Nullable<int>)

속성 값

유형: System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
An integer that represents the code of the individual list grouping.