Click or drag to resize

DocumentInfoName Property

Gets the document's name.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public string Name { get; }

Property Value

String
Remarks
This property always returns a non-blank string. If a null or blank document name was specified at instantiation time, this property returns a default document name.
See Also