A Sandcastle Documented Class Library
FunctionName Property
NamespacescsmicICodedFunctionFunctionName
CS-MIC - C# Math Input Control
Gets the name of the function.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
string FunctionName { get; }
ReadOnly Property FunctionName As String
property String^ FunctionName {
	String^ get ();
}
/** @property */
String get_FunctionName()
function get_FunctionName();
Remarks
The input inputInterpreter will use this function name as executable text, expecting an opening and closing parenthesis following it.

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)