TotalCount property

PropertyDefinition TotalCount
getter/setter pair
Defines the TotalCount property.

Implementation

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