Udostępnij za pośrednictwem


PSNotebook.NotebookFormatMinor Property

Definition

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="nbformat_minor")]
public int? NotebookFormatMinor { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Populate, PropertyName="nbformat_minor")>]
member this.NotebookFormatMinor : Nullable<int> with get, set
Public Property NotebookFormatMinor As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to