public bool SortSelectedNodesVisible { get; set; }
Public Property SortSelectedNodesVisible As Boolean
Get
Set
public:
property bool SortSelectedNodesVisible {
bool get ();
void set (bool value);
}
member SortSelectedNodesVisible : bool with get, set