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!

CodeDelegateInvokeStatement.DelegateInvoke

Gets or set the delegate invoke expression.

[Visual Basic]
Public Property DelegateInvoke As CodeDelegateInvokeExpression
[C#]
public CodeDelegateInvokeExpression DelegateInvoke {get; set;}
[C++]
public: __property CodeDelegateInvokeExpression* get_DelegateInvoke();
public: __property void set_DelegateInvoke(CodeDelegateInvokeExpression*);
[JScript]
public function get DelegateInvoke() : CodeDelegateInvokeExpression;
public function set DelegateInvoke(CodeDelegateInvokeExpression);

Property Value

A CodeDelegateInvokeExpression that represents the delegate invoke expression.

See Also

CodeDelegateInvokeStatement Class | CodeDelegateInvokeStatement Members | System.CodeDOM Namespace | CodeDelegateInvokeExpression