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

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

string? Description { get; }

Property Value

string

StringValue

The string value of the statistic.

string StringValue { get; }

Property Value

string

Value

The value of the statistic.

object? Value { get; }

Property Value

object

Inherited Members

Extension Methods