次の方法で共有


SubscriptionContract.StateComment プロパティ

定義

状態が 'rejected' に変更されたときに管理者によって追加されるオプションのサブスクリプション コメントを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.stateComment")]
public string StateComment { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.stateComment")>]
member this.StateComment : string with get, set
Public Property StateComment As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象