SearchCondition.Values 屬性

定義

取得或設定要在可搜尋的屬性中搜尋的值。

public:
 property cli::array <System::String ^> ^ Values { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Value")]
public string[] Values { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Value")>]
member this.Values : string[] with get, set
Public Property Values As String()

屬性值

String[]

string 陣列,表示要在可搜尋屬性中搜尋的值。

屬性

備註

字串格式相依于下列值的陣列大小 Condition

  • 如果 Condition 設為 EqualsContains ,則陣列必須包含單一字串。

  • 如果 Condition 設定為 Between ,則陣列必須包含兩個字串(日期和時間格式)。

  • 如果 Condition 設定為 In ,則陣列可以包含一或多個字串。

適用於