次の方法で共有


_RuleActions.Count プロパティ

定義

指定したコレクション内のオブジェクトの数を示す Integer (C#では int ) の値を返します。 読み取り専用です。

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

プロパティ値

注釈

コレクションを RuleActions 1 から RuleActions.Count まで列挙して、既存のルールのすべてのルール アクションを決定できます。 Although the Rules OM supports creating rules with only the most commonly used rule actions and not all rule actions supported by the Rules and Alerts Wizard, the RuleActions collection includes all rule actions of a rule. Hence you can always enumerate the RuleActions collection object to determine which rule actions are enabled for an existing rule.

適用対象