Gets or sets the return type of the method.
[Visual Basic] Public Property ReturnType As String [C#] public string ReturnType {get; set;} [C++] public: __property String* get_ReturnType(); public: __property void set_ReturnType(String*); [JScript] public function get ReturnType() : String; public function set ReturnType(String);
The return type of the method.
CodeMemberMethod Class | CodeMemberMethod Members | System.CodeDOM Namespace