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) {
EwsUtilities.Assert(
getPropertyDefinitionCallback != null,
"ScopedDateTimePropertyDefinition.ctor",
"getPropertyDefinitionCallback is null.");
this._getPropertyDefinitionCallback = getPropertyDefinitionCallback;
}