Comment.CreatedDate property

Gets or sets the date and time that the comment was created.

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

Syntax

'Declaration
Public Property CreatedDate As DateTime
    Get
    Set
'Usage
Dim instance As Comment
Dim value As DateTime

value = instance.CreatedDate

instance.CreatedDate = value
public DateTime CreatedDate { get; set; }

Property value

Type: System.DateTime
The date and time that the comment was created.

See also

Reference

Comment class

Comment members

Microsoft.PerformancePoint.Scorecards namespace