ResultScriptWebPart.AdvancedSearchPageAddress property

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AdvancedSearchPageAddress As String
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As String

value = instance.AdvancedSearchPageAddress

instance.AdvancedSearchPageAddress = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public string AdvancedSearchPageAddress { get; set; }

Property value

Type: System.String

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace