GetTimeZoneProperty method
Implementation
/* private */
PropertyDefinition GetTimeZoneProperty(ExchangeVersion version) {
PropertyDefinition timeZoneProperty =
this._getPropertyDefinitionCallback(version);
EwsUtilities.Assert(
timeZoneProperty != null,
"ScopedDateTimePropertyDefinition.GetTimeZoneProperty",
"timeZoneProperty is null.");
return timeZoneProperty;
}