GetResponseCollectionXmlElementName method

  1. @override
String GetResponseCollectionXmlElementName()
override
Gets the name of the response collection XML element.

Implementation

@override
String GetResponseCollectionXmlElementName() {
  return XmlElementNames.UserResponses;
}