共用方式為


XmlSerializerVersionAttribute.ParentAssemblyId 屬性

定義

取得或設定父組件的識別 (Identity)。

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

父組件的版本。

備註

元件識別是由元件的版本、元件名稱和文化特性資訊所組成。

適用於