Skip to main content
All docs
V25.2
  • PromptToExpressionRequestBase.FunctionInfo.Name Property

    Gets or sets the function name.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.2.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public string Name { get; set; }

    Property Value

    Type Description
    String

    The function name.

    See Also