Retrieves the default value of the attribute.
Syntax
string IgetDefaultValue(string attributeName);
Parameters
Return Values
A string that contains the default value of the attribute.
Exceptions
Example
// Call the default value method String attributeName = "Name"; String defaultAttributeValue; defaultAttributeValue = exampleBusObj.IgetDefaultValue (attributeName);