Share via


ResultTable.GetGuid method

Returns the GUID value for the specified column.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetGuid ( _
    i As Integer _
) As Guid
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Guid

returnValue = instance.GetGuid(i)
public Guid GetGuid(
    int i
)

Parameters

Return value

Type: System.Guid
The GUID of the column.

Implements

IDataRecord.GetGuid(Int32)

See also

Reference

ResultTable class

ResultTable members

Microsoft.Office.Server.Search.Query namespace