Share via


USqlType.UserTypeId Property

Definition

Gets or sets the user type ID for this type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to