IDynamicTestSuiteBase.LastPopulated Property
Gets the date and time for the last attempt to dynamically repopulate the entries in this suite.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
DateTime LastPopulated { get; }
property DateTime LastPopulated {
DateTime get();
}
abstract LastPopulated : DateTime with get
ReadOnly Property LastPopulated As Date
Property Value
Type: System.DateTime
The date and time for the last attempt to dynamically repopulate the entries in this suite.
See Also
IDynamicTestSuiteBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top