Share via


KernelFunction.PluginName Property

Definition

Gets the name of the plugin this function was added to.

public string? PluginName { get; }
member this.PluginName : string
Public ReadOnly Property PluginName As String

Property Value

Remarks

The plugin name will be null if the function has not been added to a plugin. When a function is added to a plugin it will be cloned and the plugin name will be set.

Applies to