SearchCondition.Condition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
public:
property ReportService2010::ConditionEnum Condition { ReportService2010::ConditionEnum get(); void set(ReportService2010::ConditionEnum value); };
public ReportService2010.ConditionEnum Condition { get; set; }
member this.Condition : ReportService2010.ConditionEnum with get, set
Public Property Condition As ConditionEnum
Property Value
A ConditionEnum value.