Share via


AnnotationComment Constructor (String, String, DateTime, String) (Microsoft.PerformancePoint.Scorecards)

Initializes a new instance of the AnnotationComment class with specific properties.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Sub New ( _
    title As String, _
    createdBy As String, _
    createdDate As DateTime, _
    annotationComment As String _
)
'Usage
Dim title As String
Dim createdBy As String
Dim createdDate As DateTime
Dim annotationComment As String

Dim instance As New AnnotationComment(title, createdBy, createdDate, annotationComment)
public AnnotationComment (
    string title,
    string createdBy,
    DateTime createdDate,
    string annotationComment
)

Parameters

  • title
    The title for the comment.
  • createdBy
    The identity of the person who created the comment.
  • createdDate
    The creation timestamp for the comment.
  • annotationComment
    The content for the comment.

See Also

Reference

AnnotationComment Class
AnnotationComment Members
Microsoft.PerformancePoint.Scorecards Namespace