Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
声明
Public Property DateCompleted As DateTime
    Get
    Friend Set
public DateTime DateCompleted { get; internal set; }
public:
property DateTime DateCompleted {
    DateTime get ();
    internal: void set (DateTime value);
}
member DateCompleted : DateTime with get, internal set
function get DateCompleted () : DateTime
internal function set DateCompleted (value : DateTime)
Property Value
Type: System.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.