ScriptInterruptedExceptionEngineName Property |
Gets the name associated with the script engine instance.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public 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
StringImplements
IScriptEngineExceptionEngineNameSee Also