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!

CodeMethodInvokeExpression.MethodName

Gets or sets the name of the method to invoke.

[Visual Basic]
Public Property MethodName As String
[C#]
public string MethodName {get; set;}
[C++]
public: __property String* get_MethodName();
public: __property void set_MethodName(String*);
[JScript]
public function get MethodName() : String;
public function set MethodName(String);

Property Value

The name of the method to invoke.

See Also

CodeMethodInvokeExpression Class | CodeMethodInvokeExpression Members | System.CodeDOM Namespace