TeamFoundationTextWriterTraceListener.ReportAbsoluteTime Property

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

'宣言
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

See Also

Reference

TeamFoundationTextWriterTraceListener Class

Microsoft.TeamFoundation Namespace