Gets or sets the method name.
[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);
A string that indicates the method name.
CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDOM Namespace