Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an instance of the StateBag class that contains the ViewState information.
Syntax
Visual Basic Protected ReadOnly Property ViewState As StateBag C# protected StateBag ViewState { get; } Managed C++ protected: __property StateBag get_ViewState(); JScript protected function get ViewState() : StateBag;
Possible Values
oViewState The StateBag class that contains the ViewState information. The property is read-only. The property has no default value.
Property Information
Applies To
BaseChildNode
See Also