Skip to main content
All docs
V25.1
  • SmartSearchResponse.ItemInfo.Deconstruct(out String, out String) Method

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public void Deconstruct(
        out string Id,
        out string Value
    )

    Parameters

    Name Type
    Id String
    Value String
    See Also