ITestBase.DateModified Property

 

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

DateTime DateModified { get; }
property DateTime DateModified {
    DateTime get();
}
abstract DateModified : DateTime with get
ReadOnly Property DateModified As Date

Property Value

Type: System.DateTime

The date that this object was last modified.

See Also

ITestBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top