Click or drag to resize

SuspendableDocumentNodeBase.Name 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.3261.0 (4.8.3261.0)
Syntax
C#
public virtual string Name { get; set; }

Property Value

String
The name of this instance.

Implements

INamedObject.Name
See Also