|
|
|
|
Testimonial:
|
|
Excellent Timesaver: the time needed for day to day tedious user administrative tasks is now free for serious admin work. You can get it up & running in as little as a few days, and if you want more: itīs there! LDAP/OLE DB/ODBC: all the interfaces you will need to create a user on any system you might have. You donīt need any real scripting or programming experience: you will grasp it within the hour. Also itīs absolutely vital when reorganising big departments: Gone are the many days of scripting, Itīs now all done with a few clicks of a mouse. Great tool. Niels Kuppens Gemeente Tilburg http://www.tilburg.nl | | read more... |
|
|
|
|
Umra.SetVariableText
void SetVariableText([in] BSTR VariableName, [in] BSTR ValueText)
Argument
|
Type
|
Description
|
VariableName
|
In
|
The name of the variable set by this method. Example: %FirstName%.
|
ValueText
|
In
|
The textual value of the variable to set. Example: John.
|
The interface method adds a textual variable-value pair to the list of variables maintained by the COM object. The list is used to execute UMRA projects on the UMRA Service. To reset the list with variables, call method ClearVariables. The value of the variable must be text. Other methods are available for different variable value data types.
When a variable with the same name already exists in the list with variables, it is overwritten by this method.
| |