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 Class

ParameterizableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace