Sets attributes in a business object from serialized data in a specified MIME type.
Syntax
void IsetAttributes(string serializedData, string mimeType);
Parameters
Return Values
None.
Exceptions
Example
// Establish data format type String externalData = "incomingData" String mimeType = "text/xml"; exampleBusObj.IsetAttributes (externalData, mimeType);