_RuleActions.Count 属性

定义

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

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

属性值

注解

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

适用于