DocumentInfoName Property |
Gets the document's name.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntaxpublic string Name { get; }
Public ReadOnly Property Name As String
Get
public:
property String^ Name {
String^ get ();
}
member Name : string with 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