Click or drag to resize

ProjectFolderName 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.3572.0 (4.8.3572.0)
Syntax
C#
public string Name { get; }

Property Value

String
The name of this instance.

Implements

INamedObjectName
See Also