AnnotationComment Constructor (String, String, DateTime, String)
Initializes a new instance of the AnnotationComment class with specified 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
Type: System.StringThe title for the comment.
createdBy
Type: System.StringThe identity of the person who created the comment.
createdDate
Type: System.DateTimeThe timestamp when the comment was created.
annotationComment
Type: System.StringThe content for the comment.