PartnerDetails.LongDescription Property

Definition

Gets or sets long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to