Click or drag to resize

XmlStreamSerializationInfoGetProperty Method

Gets a serializer property.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? GetProperty(
	string propertyname
)

Parameters

propertyname  String
The property name.

Return Value

String
The property value, or null if the property is not set.

Implements

IXmlSerializationInfoGetProperty(String)
See Also