Click or drag to resize

INameOwnerName Property

The name of the name owner. The get operation will throw an InvalidOperationException if the name is not still set (use TryGetName(String) to test for this condition). The set operation can throw an InvalidOperation exception if it is not allowed to set the name.

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

Property Value

String

Implements

INamedObjectName
See Also