GetXmlElementNameOverride method

String? GetXmlElementNameOverride()
This methods lets subclasses of ServiceObject override the default mechanism by which the XML element name associated with their type is retrieved.

Implementation

String? GetXmlElementNameOverride() {
  return null;
}