SystemDomainListGetCriteria.ListGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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