WebPartContext.ClientViewState property

Gets or sets a dictionary of the Web Part's client view state.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntax

'Declaration
Public Property ClientViewState As DictionaryWrapper(Of String, String)
    Get
    Set
'Usage
Dim instance As WebPartContext
Dim value As DictionaryWrapper(Of String, String)

value = instance.ClientViewState

instance.ClientViewState = value
public DictionaryWrapper<string, string> ClientViewState { get; set; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>
A dictionary of the Web Part's client view state.

Remarks

ClientViewState is used to render the Web Part control. A wrapper is used to serialize a dictionary for invoking a service method. Logically, this is a read-only parameter.

See also

Reference

WebPartContext class

WebPartContext members

Microsoft.PerformancePoint.Scorecards namespace