Click or drag to resize

V8ScriptName Property

Note: This API is now obsolete.

Gets the document name associated with the compiled script.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
[ObsoleteAttribute("Use DocumentInfo instead.")]
public string Name { get; }

Property Value

String
See Also