Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If the operation is complete, the DateTime when it finished.
If operation is incomplete, this is DateTime.MaxValue
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public DateTime CompletionDate { get; set; }
public:
property DateTime CompletionDate {
DateTime get();
void set(DateTime value);
}
member CompletionDate : DateTime with get, set
Public Property CompletionDate As Date
Property Value
Type: System.DateTime
Returns DateTime.
See Also
CloneOperationInformation Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top