BoolPropertyDefinition constructor

BoolPropertyDefinition(
  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

BoolPropertyDefinition(
    String xmlElementName, String uri, ExchangeVersion version)
    : super.withUri(xmlElementName, uri, version) {}