 | LogicalNodeViewModelSingleNodes property |
The number of end nodes of this subtree
made available for the UI.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic int SingleNodes { get; set; }
Public Property SingleNodes As Integer
Get
Set
public:
property int SingleNodes {
int get ();
void set (int value);
}
member SingleNodes : int with get, set
Property value
Int32
See also