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