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.

See also

Reference

Annotation class

Annotation members

Microsoft.PerformancePoint.Scorecards namespace