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