Compartir a través de


USqlType.IsUserDefined Propiedad

Definición

Obtiene o establece el modificador que indica si este tipo está definido por el usuario.

[Newtonsoft.Json.JsonProperty(PropertyName="isUserDefined")]
public bool? IsUserDefined { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isUserDefined")>]
member this.IsUserDefined : Nullable<bool> with get, set
Public Property IsUserDefined As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a