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!

CodeClassDelegate.ReturnType

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

Property Value

A string indicating the return type of the delegate.

See Also

CodeClassDelegate Class | CodeClassDelegate Members | System.CodeDOM Namespace