CustomerReminderMessageMultilanguageBodyTemplateContent Property |
Gets or sets the content of the multilanguage body template.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Dictionary<Guid, string> MultilanguageBodyTemplateContent { get; set; }
Public Property MultilanguageBodyTemplateContent As Dictionary(Of Guid, String)
Get
Set
public:
property Dictionary<Guid, String^>^ MultilanguageBodyTemplateContent {
Dictionary<Guid, String^>^ get ();
void set (Dictionary<Guid, String^>^ value);
}
member MultilanguageBodyTemplateContent : Dictionary<Guid, string> with get, set
Property Value
Type:
DictionaryGuid,
StringThe content of the multilanguage body template.
See Also