Share via


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.

See also

Reference

BIDataContainer class

BIDataContainer members

Microsoft.PerformancePoint.Scorecards namespace