GrapeCity.Xaml.CalcEngine
FunctionName Property (CalcFunctionExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcFunctionExpression Class : FunctionName Property
Gets the name of the function.
Syntax
'Declaration
 
Public ReadOnly Property FunctionName As String
'Usage
 
Dim instance As CalcFunctionExpression
Dim value As String
 
value = instance.FunctionName
public string FunctionName {get;}

Property Value

A System.String value that represents the name of the function.
See Also

Reference

CalcFunctionExpression Class
CalcFunctionExpression Members