JSMethodInfo.Name Propriedade
Definição
Obtém o nome deste método.Gets the name of this method.
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
O nome deste método.The name of this method.