Retrieves the application-specific information for the attribute.
Syntax
string IgetAppSpecificInfo(string attributeName)
Parameters
Return Values
A string that contains the application-specific information associated with the specified attribute.
Exceptions
Notes
The IgetAppSpecificInfo() method can return a null.
Example
// This method determines the app-specific info of an attribute String appSpecificInfo; appSpecificInfo = aBusObj.IgetAppSpecificInfor();