DataExport.Enable プロパティ

定義

有効になっている場合にアクティブを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象