[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets/sets if the timestamp should be printed when logging. Defaults to true.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
Timestamp { 
get; 
set; }
Public 
Shared 
Property 
Timestamp 
As 
Boolean
	
Get
	
Set
public:
static 
property 
bool 
Timestamp {
	
bool 
get ();
	
void 
set (
bool 
value);
}

See Also