KeyProperties.Exportable Property

Definition

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

Property Value

System.Nullable<System.Boolean>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to