Share via


CDataHelper.Text Property

 

Contains the text to encapsulate into the CDATA blob.

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

Syntax

public string Text { get; private set; }
public:
property String^ Text {
    String^ get();
    private: void set(String^ value);
}
Public Property Text As String
    Get
    Private Set
End Property

Property Value

Type: System.String

See Also

CDataHelper Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top