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

Gets/sets the time for the status message. Defaults to Now.

This needs to be set to a SmsTime-style format, not a DateTime format or else serialization on the MP will fail.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

StatusMessagePropertyAttribute]
public 
string 
DateTime { 
get; 
set; }
<

StatusMessagePropertyAttribute> _
Public 
Property 
DateTime 
As 
String
	
Get
	
Set
[

StatusMessagePropertyAttribute]
public:
property 
String^ 
DateTime {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}

See Also