ResultTable.GetString Method
Gets the string value of the field at the specified ordinal index.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)
Syntax
'Declaration
Public Function GetString ( _
i As Integer _
) As String
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As String
returnValue = instance.GetString(i)
public string GetString(
int i
)
Parameters
i
Type: System.Int32The ordinal index of the string value to get.
Return Value
Type: System.String
The string value of the specified field.