'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <WebSysDescriptionAttribute("The unique ID of the control within the page.")> Public Overridable ReadOnly Property UniqueID As System.String
'Usage
Dim instance As SubmitDialog Dim value As System.String value = instance.UniqueID
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [WebSysDescription("The unique ID of the control within the page.")] public virtual System.string UniqueID {get;}