Share via


SearchCondition.ConditionSpecified Property

Indicates whether the Condition property is specified.

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

Syntax

'Declaration
Public Property ConditionSpecified As Boolean 
    Get 
    Set
'Usage
Dim instance As SearchCondition 
Dim value As Boolean 

value = instance.ConditionSpecified

instance.ConditionSpecified = value
public bool ConditionSpecified { get; set; }
public:
property bool ConditionSpecified {
    bool get ();
    void set (bool value);
}
member ConditionSpecified : bool with get, set
function get ConditionSpecified () : boolean 
function set ConditionSpecified (value : boolean)

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

SearchCondition Class

ReportService2010 Namespace