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!

CodeDelegateCreateExpression.DelegateType

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

Property Value

A string that indicates the delegate type.

See Also

CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDOM Namespace