Click or drag to resize

IActionOnPropertyPropertyName Property

Gets the name of the property that the action operates on. This property is required and must be initialized when implementing classes are instantiated.

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
string PropertyName { get; init; }

Property Value

String
See Also