JAMS Developer Guide
ID Property (Monitor)


MVPSI.JAMSWeb.Controls Namespace > Monitor Class : ID Property
Syntax
'Declaration
 
<System.Web.UI.FilterableAttribute(False)>
<System.ComponentModel.MergablePropertyAttribute(False)>
<System.ComponentModel.ParenthesizePropertyNameAttribute(True)>
<System.Web.UI.ThemeableAttribute(False)>
<WebSysDescriptionAttribute("Programmatic name of the control.")>
Public Overridable Property ID As System.String
'Usage
 
Dim instance As Monitor
Dim value As System.String
 
instance.ID = value
 
value = instance.ID
[System.Web.UI.Filterable(false)]
[System.ComponentModel.MergableProperty(false)]
[System.ComponentModel.ParenthesizePropertyName(true)]
[System.Web.UI.Themeable(false)]
[WebSysDescription("Programmatic name of the control.")]
public virtual System.string ID {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

Monitor Class
Monitor Members