Click or drag to resize

INamedObjectName Property

Gets the name of this instance. An InvalidOperationException will be thrown if the name is not yet set or can not be retrieved.

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

Property Value

String
The name of this instance.
See Also