Share via


TemplateFileTypeDefinition.Nullable Property

Definition

[Newtonsoft.Json.JsonProperty("nullable")]
public bool? Nullable { get; set; }
[<Newtonsoft.Json.JsonProperty("nullable")>]
member this.Nullable : Nullable<bool> with get, set
Public Property Nullable As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to