EMTranslationResource Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a translated phrase.
Inheritance Hierarchy

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
[SerializableAttribute]
public class EMTranslationResource

The EMTranslationResource type exposes the following members.

Constructors
NameDescription
Public methodEMTranslationResource
Initializes a new instance of the EMTranslationResource class
Public methodEMTranslationResource(String, String, String)
Initializes a new instance of the EMTranslationResource class
Top
Properties
NameDescription
Public propertyPhrase
The translated phrase.
Public propertyResourceID
The unique ResourceID for the translated phrase.
Top
See Also