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