Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the GUID value for the specified column.
Namespace: Microsoft.SharePoint.Search.Query
Assembly: Microsoft.SharePoint.Search (in Microsoft.SharePoint.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
i
Type: System.Int32The index of the column.
Return Value
Type: System.Guid
The GUID of the column.