Retrieves a string value of an attribute.
Syntax
string IgetStringAttribute(string attributeName);
Parameters
Return Values
A string that contains the value of the attribute.
Exceptions
Example
// Call the String method and get the attribute String stringValue = "declined"; String stringAttributeName = "SalesOrder"; stringValue = exampleBusObj.IgetStringAttribute(stringAttributeName);