SerializerDescriptor.AssemblyVersion Property

Definition

Gets the version of the assembly that contains the serializer.

public:
 property Version ^ AssemblyVersion { Version ^ get(); };
public Version AssemblyVersion { get; }
member this.AssemblyVersion : Version
Public ReadOnly Property AssemblyVersion As Version

Property Value

The version of the assembly that contains the plug-in serializer.

Applies to

See also