'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.Web.UI.ThemeableAttribute(False)> <WebCategoryAttribute("Behavior")> <WebSysDescriptionAttribute("Indicates how the ClientID should be generated for the control.")> Public Overridable Property ClientIDMode As System.Web.UI.ClientIDMode
'Usage
Dim instance As History Dim value As System.Web.UI.ClientIDMode instance.ClientIDMode = value value = instance.ClientIDMode
[System.ComponentModel.DefaultValue()] [System.Web.UI.Themeable(false)] [WebCategory("Behavior")] [WebSysDescription("Indicates how the ClientID should be generated for the control.")] public virtual System.Web.UI.ClientIDMode ClientIDMode {get; set;}