Share via


SearchCondition.ConditionSpecified 属性

定义

获取或设置一个值,该值指示是否指定 Condition 属性。

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

属性值

true 如果指定了 Condition 属性,则为 ;否则为 false

适用于