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