Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property emailTemplateName As String |
| C# |
|---|
| public string emailTemplateName { get; set; } |
| C++ |
|---|
| public property string emailTemplateName sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_emailTemplateName(); /** property */ public void set_emailTemplateName(string value); |
| JScript |
|---|
| public function get emailTemplateName() : String public function set emailTemplateName(value : String); |