Partager via


Propriété ListGroup

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

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property ListGroup As Nullable(Of Integer)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System. . :: . .Nullable< (Of < ( <'Int32> ) > ) >
Integer representing the code.