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.StringThe name of the user who created this comment.
createdDate
Type: System.DateTimeThe date and time that this comment was created.
comment
Type: System.StringThe comment.