SearchCondition.ConditionSpecified Property

Definition

Gets or sets a value that indicates whether the Condition property is specified.

public:
 property bool ConditionSpecified { bool get(); void set(bool value); };
public bool ConditionSpecified { get; set; }
member this.ConditionSpecified : bool with get, set
Public Property ConditionSpecified As Boolean

Property Value

true if the Condition property is specified; otherwise, false.

Applies to