Click or drag to resize

IXmlSerializationInfoSetProperty Method

Sets a custom property on the serializer.

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

Parameters

propertyname  String
Property name.
propertyvalue  String
Property value.
See Also