XmlSerializerVersionAttribute.ParentAssemblyId Propriedade

Definição

Obtém ou define a identidade do assembly pai.Gets or sets the identity of the parent assembly.

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

Valor da propriedade

String

A versão do assembly pai.The version of the parent assembly.

Comentários

A identidade do assembly consiste na versão do assembly, no nome do assembly e nas informações de cultura.The assembly identity consists of the assembly's version, assembly name, and culture information.

Aplica-se a