RecurrencePropertyDefinition constructor
RecurrencePropertyDefinition(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
Implementation
RecurrencePropertyDefinition(String xmlElementName, String uri,
List<PropertyDefinitionFlags> flags, ExchangeVersion version)
: super.withUriAndFlags(xmlElementName, uri, flags, version) {}