Właściwość SystemDomainListGetCriteria.ListGroup
Pobiera lub ustawia kod listy poszczególnych grupowanie, lub kategorii, aby odfiltrować.Jeśli nie, zwracane są wszystkie grupy listy.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property ListGroup As Nullable(Of Integer)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: System.Nullable<Int32>
Liczba całkowita, która reprezentuje kod grupowanie poszczególne listy.
Zobacz także