다음을 통해 공유


Annotation.ToString Method

Returns the annotation's comments and properties as a string.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Annotation
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
A concatenated string of comments and properties.

See Also

Reference

Annotation Class

Annotation Members

Microsoft.PerformancePoint.Scorecards Namespace