string IgetDefaultValue(string attributeName);
A string that contains the default value of the attribute.
// Call the default value method String attributeName = "Name"; String defaultAttributeValue; defaultAttributeValue = exampleBusObj.IgetDefaultValue (attributeName);