SGen.SerializationAssemblyName 属性
定义
获取生成的序列化程序集的名称。Gets the name of the generated serialization assembly.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ SerializationAssemblyName { System::String ^ get(); };
public string SerializationAssemblyName { get; }
member this.SerializationAssemblyName : string
Public ReadOnly Property SerializationAssemblyName As String
属性值
生成的序列化程序集的名称。The name of the generated serialization assembly.