Share via


WorkspaceFeatures.EnableDataExport Property

Definition

Gets or sets flag that indicate if data should be exported.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to