Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the identifier of the ConfiguredView object for this annotation.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property ConfiguredViewID As Guid
    Get
    Set
'Usage
Dim instance As Annotation
Dim value As Guid
value = instance.ConfiguredViewID
instance.ConfiguredViewID = value
public Guid ConfiguredViewID { get; set; }
Property Value
Type: System.Guid
The identifier of the ConfiguredView object for this annotation, which specifies the scorecard's view definition (display and configuration settings).
Remarks
This GUID is for informational purposes only, and it is not used to search or retrieve. The same annotation can be seen across configured views if they share the same slices. There is only one configured view per scorecard.