Partager via


KernelFunction.Name Property

Definition

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.

Applies to