Share via


Annotation.LastModifiedDate Property

UTC DateTime of when this annotation was last modified

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property LastModifiedDate As DateTime
public DateTime LastModifiedDate { get; set; }
public:
property DateTime LastModifiedDate {
    DateTime get ();
    void set (DateTime value);
}
member LastModifiedDate : DateTime with get, set
function get LastModifiedDate () : DateTime 
function set LastModifiedDate (value : DateTime)

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

Annotation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace