Name
This property sets the program ID of the object that you wish to load on a Windows CE device. The object must have been successfully registered on the device for the Create function to succeed.
Group: ceObject
Syntax: oMyObj.Name = sProgID
Alternate: sProgID = oMyObj.Name
sProgID (String) a string indicating the program ID of the object that you wish to execute.
Example: (See Execute)