The property defines the diagnosis description that will be used in the contact for the CEF form.
object.TemplateContactDescription
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
string
Display some information about the predefined contact properties of the CEF form.
Dim aForm
Dim aFormInfo
Set aForm = Profile.Form
aFormInfo =_
"Short Name: " & aForm.ShortName & vbNewLine &_
"TypeName: " & aForm.TypeName & vbNewLine &_
"Template Contact Code: " & aForm.TemplateContactCode & vbNewLine &_
"Template Contact Description: " & aForm.TemplateContactDescription
Profile.MsgBox(aFormInfo)
Template Contact Description cannot be found in the Object Inspector. In Profile Client v8 on User Interface Diagnosis Description can be found in
.