GenericPropertyDefinition<TPropertyValue>.withUri constructor

GenericPropertyDefinition<TPropertyValue>.withUri(
  1. String xmlElementName,
  2. String uri,
  3. ExchangeVersion version
)
Initializes a new instance of the Name of the XML element. The URI. The version.

Implementation

GenericPropertyDefinition.withUri(
    String xmlElementName, String uri, ExchangeVersion version)
    : super.withUri(xmlElementName, uri, version);