XmlSerializerVersionAttribute.ParentAssemblyId 属性

定义

获取或设置父程序集的标识。

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

属性值

String

父程序集的版本。

注解

程序集标识由程序集的版本、程序集名称和区域性信息组成。

适用于