Retrieves the verb for the business object.
Syntax
string IgetVerb();
Parameters
None.
Return Values
A string that contains the verb of the business object, which can be null.
Exceptions
Example
// Get the verb of the business object. String busObjName; busObjName = exampleBusObj.IgetVerb();