public bool TreeVisibility { get; set; }
Public Property TreeVisibility As Boolean
Get
Set
public:
virtual property bool TreeVisibility {
bool get () sealed;
void set (bool value) sealed;
}
abstract TreeVisibility : bool with get, set
override TreeVisibility : bool with get, set