Click or drag to resize

XmlStreamSerializationInfoSetProperty Method

Sets a serializer property.

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

Parameters

propertyname  String
The property name.
propertyvalue  String
The property value.

Implements

IXmlSerializationInfoSetProperty(String, String)
See Also