AnnotationComment.Title Property (Microsoft.PerformancePoint.Scorecards)
The title or summary for the comment.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)
Syntax
'Declaration
<XmlAttributeAttribute> _
Public Property Title As String
'Usage
Dim instance As AnnotationComment
Dim value As String
value = instance.Title
instance.Title = value
[XmlAttributeAttribute]
public string Title { get; set; }
See Also
Reference
AnnotationComment Class
AnnotationComment Members
Microsoft.PerformancePoint.Scorecards Namespace