SystemDomainListGetCriteria.ListGroup 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
篩選的個別清單群組或類別目錄。 如果未提供,則會傳回所有清單群組。
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)
屬性值
篩選的個別清單群組或類別目錄。
- 屬性