Gets or sets the text content.
Namespace: CTCT.Components.EmailCampaignsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string TextContent { get; set; }
public string TextContent { get; set; }
Public Property TextContent As String
Get
Set
Public Property TextContent As String
Get
Set
public:
property String^ TextContent {
String^ get ();
void set (String^ value);
}
public:
property String^ TextContent {
String^ get ();
void set (String^ value);
}
member TextContent : string with get, set
member TextContent : string with get, set