Gets the name of the function to evaluate.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public string Name { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Name As String |
A string representing the function name, as it appears in the expression.
See Also