次の方法で共有


Agreement.AcceptanceMode プロパティ

定義

契約の受け入れモードを取得します。 使用可能な値は、'ClickToAccept'、'ESignEmbedded'、'ESignOffline' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.acceptanceMode")]
public string AcceptanceMode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.acceptanceMode")>]
member this.AcceptanceMode : string
Public ReadOnly Property AcceptanceMode As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象