|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Returns a text string describing the task. This text will be used in error messages.
Private Property Get IAMTask_Description() As String
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 |