USqlAssembly.IsUserDefined Property

Definition

Gets or sets the switch indicating if this assembly is user defined or not.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to