Comment Constructor (String, DateTime, String)

Initializes a new instance of the Comment class with the specified properties.

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

Syntax

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

Dim instance As New Comment(createdBy, _
    createdDate, comment)
public Comment(
    string createdBy,
    DateTime createdDate,
    string comment
)

Parameters

  • createdBy
    Type: System.String

    The name of the user who created this comment.

  • createdDate
    Type: System.DateTime

    The date and time that this comment was created.

See Also

Reference

Comment Class

Comment Members

Comment Overload

Microsoft.PerformancePoint.Scorecards Namespace