ComplexPropertyDefinitionBase.withFlags constructor

ComplexPropertyDefinitionBase.withFlags(
  1. String xmlElementName,
  2. List<PropertyDefinitionFlags> flags,
  3. ExchangeVersion version
)
Initializes a new instance of the Name of the XML element. The flags. The version.

Implementation

ComplexPropertyDefinitionBase.withFlags(String xmlElementName,
    List<PropertyDefinitionFlags> flags, ExchangeVersion version)
    : super.withFlags(xmlElementName, flags, version);