다음을 통해 공유


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

  • createdBy
    Type: System.String

    The identity of the person who created the comment.

  • createdDate
    Type: System.DateTime

    The timestamp when the comment was created.

  • annotationComment
    Type: System.String

    The content for the comment.

See Also

Reference

AnnotationComment Class

AnnotationComment Members

AnnotationComment Overload

Microsoft.PerformancePoint.Scorecards Namespace