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.
Gets the servicing step detail time.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DetailTime As DateTime
public DateTime DetailTime { get; }
public:
property DateTime DetailTime {
DateTime get ();
}
member DetailTime : DateTime with get
function get DetailTime () : DateTime
Property Value
Type: System.DateTime
The servicing step detail time.
.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.