string IgetLongTextAttribute(string attributeName);
The longtext value of the attribute as a string.
// Call the LongText method and get the attribute long longValue = "net30"; String longAttributeName = "Customer"; longValue = exampleBusObj.IgetLongTextAttribute(longAttributeName);