SystemDomainListGetCriteria.ListGroup Property

Definition

The individual list grouping, or category, to filter on. If not supplied all list groups are returned.

public:
 property Nullable<int> ListGroup { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public int? ListGroup { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.ListGroup : Nullable<int> with get, set
Public Property ListGroup As Nullable(Of Integer)

Property Value

The individual list grouping, or category, to filter on.

Attributes

Applies to