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