Click or drag to resize

TextDocumentName Property

Gets the name of this document node. Null is returned if the name is not set or unknown. The set accessor will for most nodes throw a InvalidOperationException, since the name can only be set on IProjectItems.

Namespace: Altaxo.Text
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override string Name { get; set; }

Property Value

String
The name of this instance.

Implements

INamedObjectName
INameOwnerName
INamedObjectName
See Also