NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeCastExpression.TargetType

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);

Property Value

A the type name being cast to.

See Also

CodeCastExpression Class | CodeCastExpression Members | System.CodeDOM Namespace