Gets or sets the delegate type.
[Visual Basic] Public Property DelegateType As String [C#] public string DelegateType {get; set;} [C++] public: __property String* get_DelegateType(); public: __property void set_DelegateType(String*); [JScript] public function get DelegateType() : String; public function set DelegateType(String);
A string that indicates the delegate type.
CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDOM Namespace