Click or drag to resize

XmlStreamSerializationInfoSaveAndSetProperty Method

Saves the current property value and then sets a new value.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string? SaveAndSetProperty(
	string propertyName,
	string? propertyValue
)

Parameters

propertyName  String
The property name.
propertyValue  String
The new property value.

Return Value

String
The previous property value, or null if the property was not set.
See Also