DateTimePropertyDefinition.withUriAndFlagsANdNullable constructor
DateTimePropertyDefinition.withUriAndFlagsANdNullable(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- bool isNullable,
Implementation
DateTimePropertyDefinition.withUriAndFlagsANdNullable(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
bool isNullable)
: super.withUriAndFlags(xmlElementName, uri, flags, version) {
this._isNullable = isNullable;
}