SearchBoxEx.SearchResultPageURL プロパティ (Microsoft.SharePoint.Portal.WebControls)
エンタープライズ検索の結果が表示されるページの URL を取得または設定します。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<WebPartStorageAttribute(Storage.Shared)> _
<DefaultValueAttribute("SEARCH_HOME")> _
<ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")> _
Public Property SearchResultPageURL As String
'使用
Dim instance As SearchBoxEx
Dim value As String
value = instance.SearchResultPageURL
instance.SearchResultPageURL = value
[WebPartStorageAttribute(Storage.Shared)]
[DefaultValueAttribute("SEARCH_HOME")]
[ResourcesAttribute("SearchBox_TargetSearchURL", "", "SearchBox_TargetSearchURL_ToolTip")]
public string SearchResultPageURL { get; set; }
プロパティ値
エンタープライズ検索の結果の URL を含む文字列。
関連項目
参照
SearchBoxEx クラス
SearchBoxEx メンバ
Microsoft.SharePoint.Portal.WebControls 名前空間