Class RuleProperty
Arbitrary value associated with a rule.
public class RuleProperty
- Inheritance
-
RuleProperty
- Inherited Members
Constructors
RuleProperty(string, object)
Creates a new rule property.
public RuleProperty(string name, object value)
Parameters
Properties
Name
Rule property name.
public string Name { get; }
Property Value
Value
Rule property value.
public object Value { get; }