Share via


SubscriptionContract.StateComment Property

Definition

Gets or sets optional subscription comment added by an administrator when the state is changed to the '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to