Gets or sets the name of the method to invoke.
[Visual Basic] Public Property MethodName As String [C#] public string MethodName {get; set;} [C++] public: __property String* get_MethodName(); public: __property void set_MethodName(String*); [JScript] public function get MethodName() : String; public function set MethodName(String);
The name of the method to invoke.
CodeMethodInvokeExpression Class | CodeMethodInvokeExpression Members | System.CodeDOM Namespace