MVPSI.JAMSWeb.Controls Namespace > Dashboard Class : Page Property |
'Declaration
<WebSysDescriptionAttribute("The page containing the control.")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <System.ComponentModel.BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)> Public Overridable Property Page As System.Web.UI.Page
'Usage
Dim instance As Dashboard Dim value As System.Web.UI.Page instance.Page = value value = instance.Page
[WebSysDescription("The page containing the control.")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [System.ComponentModel.Bindable(Bindable=false, Direction=BindingDirection.OneWay)] public virtual System.Web.UI.Page Page {get; set;}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2