Aracılığıyla paylaş


USqlType.IsAssemblyType Property

Definition

Gets or sets the the switch indicating if this type is an assembly type.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to