|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
The Description property returns descriptive text defined as a constant at the top of the class module.
' Define task name and description.
Const TaskName As String = "SetCustomerInformation"
Const TaskDescription As String = "Meridian sample task extension (SetCustomerInfo)"
Private Property Get IAMTask_Description() As String
IAMTask_Description = TaskDescription
End Property
Copyright © 2000-2012 BlueCielo ECM Solutions |