bool? TreeVisibility { get; set; }
Property TreeVisibility As Boolean? Get Set
property Nullable<bool> TreeVisibility { Nullable<bool> get (); void set (Nullable<bool> value); }
abstract TreeVisibility : Nullable<bool> with get, set
In This Article