IXmlSerializationInfoGetProperty Method |
Gets a previously set custom property.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxstring? GetProperty(
string propertyname
)
Parameters
- propertyname String
- Property name.
Return Value
StringProperty value or null.
See Also