COMPropertyInfo.Name Propriedade

Definição

Obtém o nome da propriedade COM externa que este objeto representa.Gets the name of the external COM property that this object represents.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Valor da propriedade

String

O nome da propriedade COM externa que este objeto representa.The name of the external COM property that this object represents.

Aplica-se a

Confira também