SerializerDescriptor.FactoryInterfaceName 属性

定义

获取实现序列化程序的 ISerializerFactory 派生类的名称。

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

属性值

String

实现序列化程序的 ISerializerFactory 派生类的名称。

适用于