Aracılığıyla paylaş


USqlAssembly.IsVisible Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to