Proprietà SearchCondition.ConditionSpecified

Indicates whether the Condition property is specified.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Property ConditionSpecified As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
A Boolean value.

Vedere anche

Riferimento

SearchCondition Classe

Spazio dei nomi ReportService2005