StatusMessageFile.AddInsertString Method (String)
Adds an insert string.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void AddInsertString(
string value
)
public:
void AddInsertString(
String^ value
)
Public Sub AddInsertString (
value As String
)
Parameters
value
Type: System.StringThe string value.
See Also
StatusMessageFile Class
Microsoft.ConfigurationManagement.Messaging.Messages.Server Namespace
Return to top