SPSearchResultCollection.GetQuery method
This member is reserved for internal use and is not intended to be used directly from your code..
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetQuery ( _
strData As String _
) As String
'Usage
Dim strData As String
Dim returnValue As String
returnValue = SPSearchResultCollection.GetQuery(strData)
public static string GetQuery(
string strData
)
Parameters
- strData
Type: System.String
Return value
Type: System.String
See also
Reference
SPSearchResultCollection class