GenericPropertyDefinition<TPropertyValue>.withFlagsAndNullable constructor
GenericPropertyDefinition<TPropertyValue>.withFlagsAndNullable (
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- bool isNullable,
Implementation
GenericPropertyDefinition.withFlagsAndNullable(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
bool isNullable)
: super.withUriAndFlagsAndNullable(
xmlElementName, uri, flags, version, isNullable);