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