| ITemplateDataProviderGetValue Method |
Gets the value for specified key.
Namespace:
Limilabs.Mail.Templates
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax Object GetValue(
string name
)
Function GetValue (
name As String
) As Object
Object^ GetValue(
String^ name
)
abstract GetValue :
name : string -> Object
Parameters
- name
- Type: SystemString
Name of the key to get value for.
Return Value
Type:
ObjectValue for specified key.
See Also