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