IgetAppSpecificInfo()

Retrieves the application-specific information for the attribute.

Syntax

string IgetAppSpecificInfo(string attributeName) 

Parameters

attributeName
The name of the attribute.

Return Values

A string that contains the application-specific information associated with the specified attribute.

Exceptions

IInvalidAttributeNameException
Thrown when the attribute name is invalid.
IValueNotSetException
Thrown when the attribute has no application-specific information.

Notes

The IgetAppSpecificInfo() method can return a null.

Example

// This method determines the app-specific info of an attribute
String appSpecificInfo;
appSpecificInfo = aBusObj.IgetAppSpecificInfor();

Copyright IBM Corp. 2004, 2005