Share via


AdditionalWorkspacesProperties.DataTypes Property

Definition

Gets or sets list of data types sent to workspace

[Newtonsoft.Json.JsonProperty(PropertyName="dataTypes")]
public System.Collections.Generic.IList<string> DataTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataTypes")>]
member this.DataTypes : System.Collections.Generic.IList<string> with get, set
Public Property DataTypes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to