次の方法で共有


USqlAssembly.IsVisible プロパティ

定義

このアセンブリが表示されるかどうかを示すスイッチを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象