Share via


CloneOperationInformation.CompletionDate Property

 

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