SearchCondition.Condition Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public ConditionEnum Condition { get; set; }
public:
property ConditionEnum Condition {
    ConditionEnum get();
    void set(ConditionEnum value);
}
member Condition : ConditionEnum with get, set
Public Property Condition As ConditionEnum

Property Value

Type: ReportService2010.ConditionEnum

See Also

SearchCondition Class
ReportService2010 Namespace

Return to top