DelegatingAIFunction.InnerFunction 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 inner AIFunction.
protected:
 property Microsoft::Extensions::AI::AIFunction ^ InnerFunction { Microsoft::Extensions::AI::AIFunction ^ get(); };
	protected Microsoft.Extensions.AI.AIFunction InnerFunction { get; }
	member this.InnerFunction : Microsoft.Extensions.AI.AIFunction
	Protected ReadOnly Property InnerFunction As AIFunction