Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a flag describing whether to report the absolute time.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Property ReportAbsoluteTime As Boolean
Get
Set
public bool ReportAbsoluteTime { get; set; }
public:
property bool ReportAbsoluteTime {
bool get ();
void set (bool value);
}
member ReportAbsoluteTime : bool with get, set
function get ReportAbsoluteTime () : boolean
function set ReportAbsoluteTime (value : boolean)
Property Value
Type: System.Boolean
True to report the absolute time; otherwise, false.
.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.