Sets an attribute to a longtext value.
Syntax
void IsetLongTextAttribute(string attributeName, string value);
Parameters
Return Values
None.
Exceptions
Example
// Call the LongText method String longTextAttributeName = "Description"; String value = "A very long text" exampleBusObj.IsetLongTextAttribute(longTextAttributeName, value);