string IgetVerb();
None.
A string that contains the verb of the business object, which can be null.
// Get the verb of the business object. String busObjName; busObjName = exampleBusObj.IgetVerb();