SystemDomainListGetCriteria.ListGroup 属性

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

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute(IsRequired := False)> _
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(IsRequired = false)]
public Nullable<int> ListGroup { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property Nullable<int> ListGroup {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
[<DataMemberAttribute(IsRequired = false)>]
member ListGroup : Nullable<int> with get, set
function get ListGroup () : Nullable<int>
function set ListGroup (value : Nullable<int>)

属性值

类型:System.Nullable<Int32>
The individual list grouping or category.

请参阅

参考

SystemDomainListGetCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间