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

Adds an insert string

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
void 
AddInsertString(
	
string 
value
)
Public 
Sub 
AddInsertString ( _
	
value 
As 
String _
)
public:
void 
AddInsertString(
	
String^ 
value
)

Parameters

value
String

See Also