BIDataContainer.ClientViewState Property
Gets the client view state for the Web Part context.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property ClientViewState As DictionaryWrapper(Of String, String)
Get
'Usage
Dim instance As BIDataContainer
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>
The client view state for the Web Part context.