JAMS Developer Guide
ClientID Property (History)


MVPSI.JAMSWeb.Controls Namespace > History Class : ClientID Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<WebSysDescriptionAttribute("The ID of the control that is rendered for the client.")>
Public Overridable ReadOnly Property ClientID As System.String
'Usage
 
Dim instance As History
Dim value As System.String
 
value = instance.ClientID
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[WebSysDescription("The ID of the control that is rendered for the client.")]
public virtual System.string ClientID {get;}
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

History Class
History Members