IgetVerb()

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

IVerbNotSetException
Thrown when the verb is not set.

Example

// Get the verb of the business object.
String busObjName;
busObjName = exampleBusObj.IgetVerb();

Copyright IBM Corp. 2004