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.
Indicates whether if the current page is in searching view.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public bool SearchingView { get; set; }
public:
property bool SearchingView {
bool get();
void set(bool value);
}
Public Property SearchingView As Boolean
Property Value
Type: System.Boolean
true if the page is in searching view; otherwise, false. The default is false.
Remarks
This property only affects mobile pages.
See Also
ContentPage Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top