ParameterizableControl.ClientViewState property
Contains the client-side view state values for the control.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Public ReadOnly Property ClientViewState As DictionaryWrapper(Of String, String)
Get
'Usage
Dim instance As ParameterizableControl
Dim value As DictionaryWrapper(Of String, String)
value = instance.ClientViewState
public DictionaryWrapper<string, string> ClientViewState { get; }
Property value
Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>
See also
Reference
ParameterizableControl members
Microsoft.PerformancePoint.Scorecards.Server.Extensions namespace