Note: This API is now obsolete.
Gets the document name associated with the compiled script.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax [ObsoleteAttribute("Use DocumentInfo instead.")]
public string Name { get; }
<ObsoleteAttribute("Use DocumentInfo instead.")>
Public ReadOnly Property Name As String
Get
public:
[ObsoleteAttribute(L"Use DocumentInfo instead.")]
property String^ Name {
String^ get ();
}
[<ObsoleteAttribute("Use DocumentInfo instead.")>]
member Name : string with get
Property Value
StringSee Also