SystemDomainListGetCriteria.ListOption 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要篩選的個別清單選項。 如果未提供,則會傳回所有清單選項。
public:
property System::String ^ ListOption { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public string ListOption { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=false)>]
member this.ListOption : string with get, set
Public Property ListOption As String
屬性值
要篩選的個別清單選項。
- 屬性