Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the code of the individual list grouping, or category, to filter on. If not supplied, all list groups are returned.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ListGroup As Nullable(Of Integer)
Get
Set
'Usage
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>)
Property Value
Type: System.Nullable<Int32>
An integer that represents the code of the individual list grouping.