Share via


USqlType.SystemTypeId Property

Definition

Gets or sets the system type ID for this type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to