Click or drag to resize

V8Script.Name 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.5.0
Syntax
[ObsoleteAttribute("Use DocumentInfo instead.")]
public string Name { get; }

Property Value

String
See Also