Share via


USqlType.SchemaId Property

Definition

Gets or sets the schema ID for this type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to