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

If true, will re-initialize the in-memory status message every time a parse is done. If false, you must manually Initialize() or else the internal status message will be appended to. Defaults to false.

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

Syntax

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

See Also