JAMS Developer Guide
Page Property (ControlsCommon)


MVPSI.JAMSWeb.Controls Namespace > ControlsCommon Class : Page Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<WebSysDescriptionAttribute("The page containing the control.")>
Public Overridable Property Page As System.Web.UI.Page
'Usage
 
Dim instance As ControlsCommon
Dim value As System.Web.UI.Page
 
instance.Page = value
 
value = instance.Page
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[WebSysDescription("The page containing the control.")]
public virtual System.Web.UI.Page Page {get; set;}
Requirements

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

See Also

Reference

ControlsCommon Class
ControlsCommon Members