PageV2.IsVisible Method ()
Gets or sets a value that determines if the page is visible.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
protected virtual bool IsVisible()
protected:
virtual bool IsVisible()
Protected Overridable Function IsVisible As Boolean
Return Value
Type: System.Boolean
true if the page is visible; otherwise, false.
See Also
PageV2 Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top