USqlDistributionInfo.Type Property

Definition

Gets or sets the type of this distribution.

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public int? Type { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : Nullable<int> with get, set
Public Property Type As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to