Click or drag to resize

XmlSerializationSurrogateForAttributeAssemblyName Property

Gets the assembly short name of the target class type. If the SerializationType is set, the assembly name is derived from that type; otherwise the explicitly provided assembly name is returned.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public string AssemblyName { get; }

Property Value

String
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when neither SerializationType nor the assembly name were provided.
See Also