GenericPropertyDefinition<TPropertyValue>.withUri constructor
GenericPropertyDefinition<TPropertyValue>.withUri (
- String xmlElementName,
- String uri,
- ExchangeVersion version
Implementation
GenericPropertyDefinition.withUri(
String xmlElementName, String uri, ExchangeVersion version)
: super.withUri(xmlElementName, uri, version);