Annotation.CreatedOn Property
Gets or sets the date and time that this annotation was created.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property CreatedOn As DateTime
Get
Set
'Usage
Dim instance As Annotation
Dim value As DateTime
value = instance.CreatedOn
instance.CreatedOn = value
public DateTime CreatedOn { get; set; }
Property Value
Type: System.DateTime
The date and time that this annotation was created.