Gets the result of the command execution.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public IResourceAllocationViewModel Result { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Result As IResourceAllocationViewModel |
An IResourceAllocationViewModel object representing the newly created allocation.
See Also