Workbook.SerializedData Property

Definition

Gets or sets configuration of this particular workbook. Configuration data is a string containing valid JSON

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to