Size property

PropertyDefinition Size
getter/setter pair
Defines the Size property.

Implementation

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