Syntax
| Visual Basic (Declaration) | |
|---|
Public Property templateId As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MassEmailMessage
Dim value As String
instance.templateId = value
value = instance.templateId |
| C# | |
|---|
public string templateId {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_templateId();
public: __property void set_templateId(
string* value
); |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also