Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.