PropertyDefinition.withFlags constructor
PropertyDefinition.withFlags(
- String xmlElementName,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version
Implementation
PropertyDefinition.withFlags(String xmlElementName,
List<PropertyDefinitionFlags> flags, ExchangeVersion version)
: super() {
this._xmlElementName = xmlElementName;
this._flags = flags;
this._version = version;
}