共用方式為


IWorkbookProperties.Version Property

Definition

Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="version")]
public string Version { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Workbook schema version format, like 'Notebook/1.0', which should match the workbook in serializedData", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="version")>]
member this.Version : string with get, set
Public Property Version As String

Property Value

Attributes

Applies to