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