ViewStates Property

Design Pattern Framework 3.5

Design Pattern Framework 3.5 ViewStates Property
Patterns-In-Action! ApplicationViewStateGlobalViewStateSingletonViewStates
Gets a list of ViewStates.
Declaration Syntax
C# Visual Basic
public Dictionary<string, Object> ViewStates { get; private set; }
Public Property ViewStates As Dictionary(Of String, Object)

Assembly: ViewState (Module: ViewState) Version: 1.0.0.0 (1.0.0.0)