PowerFxREPL.FunctionNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get sorted names of all functions. This includes functions from the Engine as well as MetaFunctions.
public System.Collections.Generic.IEnumerable<string> FunctionNames { get; }
member this.FunctionNames : seq<string>
Public ReadOnly Property FunctionNames As IEnumerable(Of String)