Share via


KernelPlugin.Item[String] Property

Definition

Gets the function in the plugin with the specified name.

public Microsoft.SemanticKernel.KernelFunction this[string functionName] { get; }
member this.Item(string) : Microsoft.SemanticKernel.KernelFunction
Default Public ReadOnly Property Item(functionName As String) As KernelFunction

Parameters

functionName
String

The name of the function.

Property Value

The function.

Exceptions

The plugin does not contain a function with the specified name.

Applies to