Click or drag to resize

SuspendableDocumentNodeBaseName 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.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual string Name { get; set; }

Property Value

String
The name of this instance.

Implements

INamedObjectName
See Also