StartDate property

PropertyDefinition StartDate
getter/setter pair
Defines the StartDate property.

Implementation

static PropertyDefinition StartDate =
    new DateTimePropertyDefinition.withUriAndFlagsANdNullable(
        XmlElementNames.StartDate,
        _TaskSchemaFieldUris.StartDate,
        [
          PropertyDefinitionFlags.CanSet,
          PropertyDefinitionFlags.CanUpdate,
          PropertyDefinitionFlags.CanDelete,
          PropertyDefinitionFlags.CanFind
        ],
        ExchangeVersion.Exchange2007_SP1,
        true);