Application
Web
Session
Var
MonkeyTerm Object Model
Object: Alias
This holds information about a single alias.
Property RegExp() As VBScript_RegExp_55.RegExp Returns the RegExp object this alias will match.
Property CaseSensitive() As Boolean reads or writes the CaseSensitive flag. With CaseSensitive enabled, only patterns with right case with match.
Property Simple() As Boolean Reads or writes the Simple status. Simple alises match with GLOB patterns. Non-simple match with Regular Expressions.
Property Enabled() As Boolean Reads or writes the Enabled status of the pattern. No aliases will execute if they are disabled.
Property Command() As String Reads or writes the command to be executed when the pattern is matched.
Property Pattern() As String Reads or writes the pattern that triggers the alias.
Property Name() As String Reads or writes the name of the alias.
|