XmlStreamSerializationInfoSaveAndSetProperty Method |
Saves the current property value and then sets a new value.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string? SaveAndSetProperty(
string propertyName,
string? propertyValue
)
Parameters
- propertyName String
- The property name.
- propertyValue String
- The new property value.
Return Value
StringThe previous property value, or
null if the property was not set.
See Also