In This Article

ITextStatistic Interface

Provides the base requirements for a text statistic that is returned by an ITextStatistics.

public interface ITextStatistic : IKeyedObject

Properties

Description

Gets the description of the statistic, generally displayed in the user interface.

string Description { get; }

Property Value

string:

The description of the statistic, generally displayed in the user interface.

StringValue

Gets the string value of the statistic.

string StringValue { get; }

Property Value

string:

The string value of the statistic.

Value

Gets the value of the statistic.

object Value { get; }

Property Value

object:

The value of the statistic.

Inherited Members