Adds the named property to the Reflection object.
[Visual Basic] Function AddProperty( _ ByVal name As String _ ) As PropertyInfo [C#] PropertyInfo AddProperty( string name ); [C++] PropertyInfo* AddProperty( String* name ) = 0; [JScript] function AddProperty( name : String ) : PropertyInfo;
A PropertyInfo object representing the added property.
IExpando Interface | IExpando Members | System.Runtime.InteropServices.Expando Namespace