 | LogicalNodeViewModelParent property |
The parent node in the ViewModel.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic LogicalNodeViewModel? Parent { get; set; }
Public Property Parent As LogicalNodeViewModel
Get
Set
public:
property LogicalNodeViewModel^ Parent {
LogicalNodeViewModel^ get ();
void set (LogicalNodeViewModel^ value);
}
member Parent : LogicalNodeViewModel with get, set
Property value
LogicalNodeViewModel
See also