GetCollectionItemXmlElementName method

  1. @override
String? GetCollectionItemXmlElementName(
  1. ExtendedProperty complexProperty
)
override
Gets the name of the collection item XML element. The complex property.

Implementation

@override
String? GetCollectionItemXmlElementName(ExtendedProperty complexProperty) {
  // This method is unused in this class, so just return null.
  return null;
}