ScriptInterruptedExceptionEngineName Property |
Gets the name associated with the script engine instance.
Namespace:
Microsoft.ClearScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.5
Syntaxpublic string EngineName { get; }
Public ReadOnly Property EngineName As String
Get
public:
virtual property String^ EngineName {
String^ get () sealed;
}
abstract EngineName : string with get
override EngineName : string with get
Property Value
Type:
StringImplements
IScriptEngineExceptionEngineName
See Also