IAliasedText Interface Namespace: ActiproSoftware.Text.Languages.Python.Reflection Assembly: ActiproSoftware.Text.Addons.Python.WinForms.dll 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.