Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the primary search box object for the content page.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public SearchBox SearchBox { get; }
public:
property SearchBox^ SearchBox {
SearchBox^ get();
}
Public ReadOnly Property SearchBox As SearchBox
Property Value
Type: Microsoft.WindowsServerSolutions.Web.Controls.SearchBox
An instance of SearchBox.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top