SerializerDescriptor.AssemblyName Property

Definition

Gets the name of the assembly that contains the serializer.

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public string AssemblyName { get; }
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

Property Value

The name of the assembly (usually a DLL) that contains the plug-in serializer.

Applies to

See also