Share via


Workbook.WorkbookId Property

Definition

Gets or sets internally assigned unique id of the workbook definition.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to