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.MethodName

Gets or sets the method name.

[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

A string that indicates the method name.

See Also

CodeDelegateCreateExpression Class | CodeDelegateCreateExpression Members | System.CodeDOM Namespace