 | JobCunningViewModelRunLogicalTaskTree property |
Command for the Run button in the LogicalTaskTreeControl.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic ICommand RunLogicalTaskTree { get; }
Public ReadOnly Property RunLogicalTaskTree As ICommand
Get
public:
property ICommand^ RunLogicalTaskTree {
ICommand^ get ();
}
member RunLogicalTaskTree : ICommand with get
Property value
ICommand
See also