Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.