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.MainAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual string Name { get; set; }
Property Value
String
The name of this instance.
Implements
INamedObjectNameSee Also