SerializerDescriptor.ManufacturerName Property

Definition

Gets the name of the company that developed the serializer.

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

Property Value

The name of the company that developed the plug-in serializer.

Remarks

Plug-in serializer classes derive from and implement the ISerializerFactory interface.

Applies to