In This Article

IAliasedText Interface

Provides the base requirements of possibly-aliased text.

public interface IAliasedText

Properties

Alias

Gets the alias.

string Alias { get; }

Property Value

string:

The alias.

Text

Gets the text.

string Text { get; }

Property Value

string:

The text.