'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <WebSysDescriptionAttribute("Current viewstate of the control.")> Protected Overridable ReadOnly Property ViewState As System.Web.UI.StateBag
'Usage
Dim instance As SubmitDialog Dim value As System.Web.UI.StateBag value = instance.ViewState
[System.ComponentModel.Browsable(false)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [WebSysDescription("Current viewstate of the control.")] protected virtual System.Web.UI.StateBag ViewState {get;}