RuleValue
Contents
[
Hide
]RuleValue class
Rule value.
Constructors
| Name | Description |
|---|---|
| RuleValue | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Formula | String | Represents the element’s formula. This attribute can contain one of the following strings: “someFormula” if the formula |
| Value | String | Rule value. |
RuleValue(formula, value)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| formula | String | |
| value | String |
RuleValue.Formula property
Represents the element’s formula. This attribute can contain one of the following strings: “someFormula” if the formula exists locally, “No Formula” if the formula is locally deleted or blocked, or “Inh” if the formula is inherited. If the attribute is not present, the element’s formula is a simple constant.
Type: String
RuleValue.Value property
Rule value.
Type: String