Barlist.Engineer
Set/Get the name of the engineer preparing this barlist
Syntax
engineer =
barlist.Engineer
barlist.Engineer = engineer
Parameters
None
Returns
String. The current value of the engineer property
Example
This example gets the current value of the engineer property
and displays it
Dim engineer as
String
engineer = barlist.Engineer
MsgBox "This barlist prepared by " + engineer
|