IExternalAliasDirective Interface Namespace: ActiproSoftware.Text.Languages.DotNet.Reflection Assembly: ActiproSoftware.Text.Addons.DotNet.WinForms.dll Provides the base requirements of an external alias directive. public interface IExternalAliasDirective Properties Alias Gets the alias that is defined by the directive. string Alias { get; } Property Value string: The alias that is defined by the directive.