ChangeCount property

PropertyDefinition ChangeCount
getter/setter pair
Defines the ChangeCount property.

Implementation

static PropertyDefinition ChangeCount =
    new IntPropertyDefinition.withUriAndFlags(
        XmlElementNames.ChangeCount,
        _TaskSchemaFieldUris.ChangeCount,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);