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

Initializes a new instance of the CDataHelperclass. Populates the text to be encapsulated by the CDATA blob

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
CDataHelper(
	
string 
text
)
Public 
Sub 
New ( _
	
text 
As 
String _
)
public:
CDataHelper(
	
String^ 
text
)

Parameters

text
String

See Also