Share via


USqlType.PrincipalId Property

Definition

Gets or sets the principal ID for this type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to