Gets or sets the return type of the delegate.
[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);
A string indicating the return type of the delegate.
CodeClassDelegate Class | CodeClassDelegate Members | System.CodeDOM Namespace