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!

CodeMethodInvokeExpression.Parameters

The parameters to invoke the method with.

[Visual Basic]
Public ReadOnly Property Parameters As CodeExpressionCollection
[C#]
public CodeExpressionCollection Parameters {get;}
[C++]
public: __property CodeExpressionCollection* get_Parameters();
[JScript]
public function get Parameters() : CodeExpressionCollection;

Property Value

A CodeExpressionCollection indicating the parameters to invoke the method with.

See Also

CodeMethodInvokeExpression Class | CodeMethodInvokeExpression Members | System.CodeDOM Namespace | CodeExpressionCollection