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
'Declaração
Public Shared Function GetQuery ( _
strData As String _
) As String
'Uso
Dim strData As String
Dim returnValue As String
returnValue = SPSearchResultCollection.GetQuery(strData)
public static string GetQuery(
string strData
)
Parâmetros
- strData
Type: System.String
Valor retornado
Type: System.String
Ver também
Referência
SPSearchResultCollection class