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!

ICodeReturnValueStatement.Method

The method that returns the value represented by this code statement.

[Visual Basic]
ReadOnly Property Method As ICodeMethod
[C#]
ICodeMethod Method {get;}
[C++]
ICodeMethod* get_Method() = 0;
[JScript]
abstract function get Method() : ICodeMethod;

Property Value

An ICodeMethod that represents this code statement.

See Also

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