XmlSerializerAssemblyAttribute.AssemblyName 属性

定义

获取或设置程序集的名称,该程序集包含一组特定类型的序列化程序。

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string? AssemblyName { get; set; }
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

属性值

程序集的未加密的简单名称。

适用于