Share via


WebPartContextUpdate.ClientViewStateWrapper property

Gets or sets the wrapper that contains the Web Part’s updated client view state.

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

Syntax

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

value = instance.ClientViewStateWrapper

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

Property value

Type: Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>
A wrapper that contains the Web Part’s updated client view state.

Remarks

This property is used for serialization to the service.

See also

Reference

WebPartContextUpdate class

WebPartContextUpdate members

Microsoft.PerformancePoint.Scorecards namespace