Click or drag to resize

IXmlSerializationInfoGetProperty Method

Gets a previously set custom property.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
string? GetProperty(
	string propertyname
)

Parameters

propertyname  String
Property name.

Return Value

String
Property value or null.
See Also