KernelFunction.Name 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.
Gets the name of the function.
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Property Value
Remarks
The name is used anywhere the function needs to be identified, such as in plans describing what functions should be invoked when, or as part of lookups in a plugin's function collection. Function names are generally handled in an ordinal case-insensitive manner.