PersonalizationStateQuery.PathToMatch 屬性

定義

取得或設定要用於查詢的路徑。

public:
 property System::String ^ PathToMatch { System::String ^ get(); void set(System::String ^ value); };
public string PathToMatch { get; set; }
member this.PathToMatch : string with get, set
Public Property PathToMatch As String

屬性值

String

要用於查詢的路徑。

備註

此屬性包含執行查詢時要比對的路徑。 如果 PathToMatch 包含萬用字元,則會傳遞至基礎資料存放區。 這個屬性可以設定為 null ,表示查詢不應根據路徑進行篩選。 如果這個屬性為非 null ,則會修剪其值。

適用於