Type.Name Propriedade

Definição

Quando sobreposto numa classe derivada, recebe o nome do tipo atual.

public:
 abstract property System::String ^ Name { System::String ^ get(); };
public abstract string Name { get; }
member this.Name : string
Public MustOverride ReadOnly Property Name As String

Valor de Propriedade

O nome do tipo atual.

Aplica-se a