IExpando.AddProperty(String) Método

Definición

Agrega la propiedad con nombre al objeto Reflection.

public:
 System::Reflection::PropertyInfo ^ AddProperty(System::String ^ name);
public System.Reflection.PropertyInfo AddProperty (string name);
abstract member AddProperty : string -> System.Reflection.PropertyInfo
Public Function AddProperty (name As String) As PropertyInfo

Parámetros

name
String

Nombre de la propiedad.

Devoluciones

Objeto PropertyInfo que representa la propiedad agregada.

Excepciones

El objeto IExpando no admite este método.

Se aplica a