BoolPropertyDefinition.withFlagsAndNullable constructor
BoolPropertyDefinition.withFlagsAndNullable(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- bool isNullable,
Implementation
BoolPropertyDefinition.withFlagsAndNullable(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
bool isNullable)
: super.withFlagsAndNullable(
xmlElementName, uri, flags, version, isNullable) {}