SmartSearchResponse.ItemInfo.Deconstruct(out String, out String) Method
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| Id | String |
| Value | String |
See Also
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v26.1.dll
public void Deconstruct(
out string Id,
out string Value
)
Public Sub Deconstruct(
ByRef Id As String,
ByRef Value As String
)
| Name | Type |
|---|---|
| Id | String |
| Value | String |