Share via


MessagingTrace.Timestamp Property

 

Gets or sets whether the timestamp should be printed when logging. The default value is true.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static bool Timestamp { get; set; }
public:
property bool Timestamp {
    static bool get();
    static void set(bool value);
}
Public Shared Property Timestamp As Boolean

Property Value

Type: System.Boolean

See Also

MessagingTrace Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top