The target type of the cast.
[Visual Basic] Public Property TargetType As String [C#] public string TargetType {get; set;} [C++] public: __property String* get_TargetType(); public: __property void set_TargetType(String*); [JScript] public function get TargetType() : String; public function set TargetType(String);
A the type name being cast to.
CodeCastExpression Class | CodeCastExpression Members | System.CodeDOM Namespace