BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

Description property

Returns a text string describing the task. This text will be used in error messages.

Syntax
Private Property Get IAMTask_Description() As String
Remarks

Following is the default implementation of this property. In the task template, the description is defined as a constant.

' Define task name and description.
Const TaskName As String = "My Task"
Const TaskDescription As String = "Demonstration of custom task"
 
Private Property Get IAMTask_Description() As String
IAMTask_Description = TaskDescription
End Property

Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com