SerializerDescriptor.ManufacturerName 屬性

定義

取得開發此序列化程式之公司的名稱。

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

屬性值

String

開發此外掛程式序列化程式之公司的名稱。

備註

外掛程式序列化程式類別衍生自 並實作 ISerializerFactory 介面。

適用於