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!

ICodeMethodInvokeExpression.GetMethodName

Gets the name of the method to invoke.

[Visual Basic]
Function GetMethodName() As String
[C#]
string GetMethodName();
[C++]
String* GetMethodName() = 0;
[JScript]
function GetMethodName() : String;

Return Value

The name of the method to invoke.

See Also

ICodeMethodInvokeExpression Interface | ICodeMethodInvokeExpression Members | System.ComponentModel.Design.CodeModel Namespace