SystemDomainListGetCriteria.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<Int32>
An integer that represents the code of the individual list grouping.

请参阅

参考

SystemDomainListGetCriteria 类

Microsoft.MasterDataServices 命名空间