Właściwość SearchCondition.Values
Pobiera lub ustawia wartości do wyszukania w przeszukiwalny właściwość wartości.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
Public Property Values As String()
Get
Set
'Użycie
Dim instance As SearchCondition
Dim value As String()
value = instance.Values
instance.Values = value
public string[] Values { get; set; }
public:
property array<String^>^ Values {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Values : string[] with get, set
function get Values () : String[]
function set Values (value : String[])
Wartość właściwości
Typ: array<System.String[]
A ciąg tablicy, które reprezentują wartości do wyszukania w przeszukiwalny właściwość.