KernelFunction.PluginName 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 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.