ScopedDateTimePropertyDefinition.withUriAndFlags constructor
ScopedDateTimePropertyDefinition.withUriAndFlags(
- String xmlElementName,
- String uri,
- List<
PropertyDefinitionFlags> flags, - ExchangeVersion version,
- GetPropertyDefinitionCallback getPropertyDefinitionCallback,
Implementation
ScopedDateTimePropertyDefinition.withUriAndFlags(
String xmlElementName,
String uri,
List<PropertyDefinitionFlags> flags,
ExchangeVersion version,
GetPropertyDefinitionCallback getPropertyDefinitionCallback)
: super.withUriAndFlags(xmlElementName, uri, flags, version) {
this._getPropertyDefinitionCallback = getPropertyDefinitionCallback;
}