string IgetStringAttribute(string attributeName);
A string that contains the value of the attribute.
// Call the String method and get the attribute String stringValue = "declined"; String stringAttributeName = "SalesOrder"; stringValue = exampleBusObj.IgetStringAttribute(stringAttributeName);