PropertyDefinition.withUri constructor
PropertyDefinition.withUri(
- String xmlElementName,
- String uri,
- ExchangeVersion version
Implementation
PropertyDefinition.withUri(
String xmlElementName, String uri, ExchangeVersion version)
: super.withUri(uri) {
this._xmlElementName = xmlElementName;
this._flags = [PropertyDefinitionFlags.None];
this._version = version;
}