Get or set the defined rule condtions.


Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property Conditions As RuleConditionCollection
C#
public RuleConditionCollection Conditions { get; set; }
C++
public property RuleConditionCollection Conditions sealed  {
    RuleConditionCollection get();
    void set(RuleConditionCollection value);
}
J#
/** property */
public RuleConditionCollection get_Conditions();

/** property */
public void set_Conditions(RuleConditionCollection value);
JScript
public function get Conditions() : RuleConditionCollection

public function set Conditions(value : RuleConditionCollection);

See Also