'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 SubmitDialog 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;}