FileConsentCardResponse.Action プロパティ

定義

ユーザーが実行したアクションを取得または設定します。 使用可能な値は、'accept'、'decline' です。

public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

プロパティ値

ユーザーが実行したアクション。

適用対象