AggregateResultFunctionName Property |
Gets the name of the function.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string FunctionName { get; }
Public ReadOnly Property FunctionName As String
Get
public:
property String^ FunctionName {
String^ get ();
}
member FunctionName : string with get
Property Value
Type:
StringThe name of the function.
See Also