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!

CodeMethodInvokeStatement.MethodInvoke

Gets or sets the method invoke expression.

[Visual Basic]
Public Property MethodInvoke As CodeMethodInvokeExpression
[C#]
public CodeMethodInvokeExpression MethodInvoke {get; set;}
[C++]
public: __property CodeMethodInvokeExpression* get_MethodInvoke();
public: __property void set_MethodInvoke(CodeMethodInvokeExpression*);
[JScript]
public function get MethodInvoke() : CodeMethodInvokeExpression;
public function set MethodInvoke(CodeMethodInvokeExpression);

Property Value

A CodeMethodInvokeExpression that indicates the method to invoke and associated parameters.

See Also

CodeMethodInvokeStatement Class | CodeMethodInvokeStatement Members | System.CodeDOM Namespace | CodeMethodInvokeExpression