QueryService.GetPortalSearchInfo メソッド (websvcSearch)

エンタープライズ検索 の範囲の一覧を返します。このメソッドは推奨されていないので、新しいアプリケーションでは使用しないでください。

名前空間: websvcSearch
アセンブリ: MOSSSOAP (mosssoap.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetPortalSearchInfo", RequestNamespace:="https://microsoft.com/webservices/OfficeServer/QueryService", ResponseNamespace:="https://microsoft.com/webservices/OfficeServer/QueryService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetPortalSearchInfo As String
'使用
Dim instance As QueryService
Dim returnValue As String

returnValue = instance.GetPortalSearchInfo
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/OfficeServer/QueryService/GetPortalSearchInfo", RequestNamespace="https://microsoft.com/webservices/OfficeServer/QueryService", ResponseNamespace="https://microsoft.com/webservices/OfficeServer/QueryService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public string GetPortalSearchInfo ()

戻り値

範囲の一覧と共に XML を含む文字列。

関連項目

参照

QueryService クラス
QueryService メンバ
websvcSearch 名前空間