TotalWork property

PropertyDefinition TotalWork
getter/setter pair
Defines the TotalWork property.

Implementation

static PropertyDefinition TotalWork =
    new IntPropertyDefinition.withFlagsAndNullable(
        XmlElementNames.TotalWork,
        _TaskSchemaFieldUris.TotalWork,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1,
        true);