Partager via


WebPartContextUpdate.ClientViewStateWrapper - Propriété

Obtient ou définit le wrapper qui contient l'état d'affichage du composant client mis à jour.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.ServerCommon (dans Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)

Syntaxe

'Déclaration
Public Property ClientViewStateWrapper As DictionaryWrapper(Of String, String)
    Get
    Set
'Utilisation
Dim instance As WebPartContextUpdate
Dim value As DictionaryWrapper(Of String, String)

value = instance.ClientViewStateWrapper

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

Valeur de propriété

Type : Microsoft.PerformancePoint.Scorecards.DictionaryWrapper<String, String>
Un wrapper qui contient le composant Web Part mis à jour l'état d'affichage de client.

Remarques

Cette propriété est utilisée pour une sérialisation au service.

Voir aussi

Référence

WebPartContextUpdate classe

WebPartContextUpdate - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms