IsetVerb()

Sets the verb for the business object.

Syntax

void IsetVerb(string verb);

Parameters

verb
The verb for the business object

Return Values

None.

Exceptions

IInvalidVerbException
Thrown when the verb is not supported by the business object.

Example

// Set the verb
String verb = "Create";
exampleBusObj.IsetVerb(verb);

Copyright IBM Corp. 2004