SearchCondition.Values Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public string[] Values { get; set; }
public:
property array<String^>^ Values {
    array<String^>^ get();
    void set(array<String^>^ value);
}
member Values : string[] with get, set
Public Property Values As String()

Property Value

Type: System.String[]

See Also

SearchCondition Class
ReportService2010 Namespace

Return to top