GetSetFieldXmlElementName method

String GetSetFieldXmlElementName()
Gets the name of the set field XML element.

Implementation

String GetSetFieldXmlElementName() {
  return XmlElementNames.SetItemField;
}