ParameterizableControl.NavigateContext Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Stores state information for when a view has navigated from the initial view. A view can override the setting of this property to take specific action.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Overridable Property NavigateContext As String
'Usage
Dim instance As ParameterizableControl
Dim value As String

value = instance.NavigateContext

instance.NavigateContext = value
public virtual string NavigateContext { get; set; }

Remarks

The property is always set after the SetData method is called.

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace