IntegrationAccountSession.Content Property

Definition

Gets or sets the session content.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.content")]
public object Content { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.content")>]
member this.Content : obj with get, set
Public Property Content As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to