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!

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

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