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