CDataHelper Constructor (String)
Initializes a new instance of the CDataHelper class. Populates the text to encapsulate into the CDATA blob.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public CDataHelper(
string text
)
public:
CDataHelper(
String^ text
)
Public Sub New (
text As String
)
Parameters
text
Type: System.StringText, as a string.
See Also
CDataHelper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top