Annotation.LastModifiedDate Property

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

Syntax

声明
Public Property LastModifiedDate As DateTime
    Get
    Set
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

.NET Framework Security

See Also

Reference

Annotation Class

Microsoft.TeamFoundation.VersionControl.Server Namespace