Action クラス

定義

実行されるアクション。

public class Action
type Action = class
Public Class Action
継承
Action

コンストラクター

Action()

Action クラスの新しいインスタンスを初期化します。

Action(Nullable<ActionType>)

Action クラスの新しいインスタンスを初期化します。

プロパティ

ActionType

アクションの種類を取得します。値の設定も可能です。 使用可能な値は、'EmailContacts'、'AutoRenew' です。

適用対象