Gets or sets the data type of the delegate.
[Visual Basic] Public Property DelegateType As CodeTypeReference [C#] public CodeTypeReference DelegateType {get; set;} [C++] public: __property CodeTypeReference* get_DelegateType(); public: __property void set_DelegateType(CodeTypeReference*); [JScript] public function get DelegateType() : CodeTypeReference; public function set DelegateType(CodeTypeReference);
A CodeTypeReference that indicates the data type of the delegate.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDom Namespace