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

Sets the name of the method to invoke.

[Visual Basic]
Sub SetMethodName( _
   ByVal value As String _
)
[C#]
void SetMethodName(
   string value
);
[C++]
void SetMethodName(
   String* value
) = 0;
[JScript]
function SetMethodName(
   value : String
);

Parameters

value
The name of the method to invoke.

See Also

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