PercentComplete property

PropertyDefinition PercentComplete
getter/setter pair
Defines the PercentComplete property.

Implementation

static PropertyDefinition PercentComplete = new DoublePropertyDefinition(
    XmlElementNames.PercentComplete,
    _TaskSchemaFieldUris.PercentComplete,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanFind
    ],
    ExchangeVersion.Exchange2007_SP1);