Retrieves a longtext value of an attribute.
Syntax
string IgetLongTextAttribute(string attributeName);
Parameters
Return Values
The longtext value of the attribute as a string.
Exceptions
Example
// Call the LongText method and get the attribute long longValue = "net30"; String longAttributeName = "Customer"; longValue = exampleBusObj.IgetLongTextAttribute(longAttributeName);