ConfigMgrStatusMessage.InitializeOnParse Property
Gets or sets a value indicating whether this class re-initializes the in-memory status message every time a parse is done. If false, you must manually Initialize() or the internal status message will be appended. The default value is false.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public bool InitializeOnParse { get; set; }
public:
property bool InitializeOnParse {
bool get();
void set(bool value);
}
Public Property InitializeOnParse As Boolean
Property Value
Type: System.Boolean
See Also
ConfigMgrStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top