void IsetLongTextAttribute(string attributeName, string value);
None.
// Call the LongText method String longTextAttributeName = "Description"; String value = "A very long text" exampleBusObj.IsetLongTextAttribute(longTextAttributeName, value);