Share via


Comment.CreatedDate Property (Microsoft.PerformancePoint.Scorecards)

The time the comment was created.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
<XmlAttributeAttribute> _
Public Property CreatedDate As DateTime
'Usage
Dim instance As Comment
Dim value As DateTime

value = instance.CreatedDate

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

See Also

Reference

Comment Class
Comment Members
Microsoft.PerformancePoint.Scorecards Namespace