_RuleConditions.Count 属性

定义

返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。

public:
 property int Count { int get(); };
public int Count { get; }
Public ReadOnly Property Count As Integer

属性值

注解

可以枚举 RuleConditions 从 1 到 RuleConditions.Count 的集合,以确定现有规则的所有规则条件。 尽管规则条件并不是所有的规则和通知向导支持的规则条件下使用规则 OM 支持只使用最常用创建规则, RuleConditions 集合仍包括了一个规则的所有规则条件。 因此您总是可以枚举 RuleConditions 集合对象以确定启用现有规则的规则条件。

适用于