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
'Declaration
Public Property CompletionDate As DateTime
public DateTime CompletionDate { get; set; }
public:
property DateTime CompletionDate {
DateTime get ();
void set (DateTime value);
}
member CompletionDate : DateTime with get, set
function get CompletionDate () : DateTime
function set CompletionDate (value : DateTime)
Property Value
Type: DateTime
Returns DateTime.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.