WebPartContextUpdate.ClientViewState Property
Gets or sets a dictionary of 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 ReadOnly Property ClientViewState As Dictionary(Of String, String)
Get
'Usage
Dim instance As WebPartContextUpdate
Dim value As Dictionary(Of String, String)
value = instance.ClientViewState
public Dictionary<string, string> ClientViewState { get; }
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
A dictionary of the Web Part's client view state, or a null reference (Nothing in Visual Basic) if no update is available.