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!

ICodeParameter Methods

The methods of the ICodeParameter interface are listed below. For a complete list of ICodeParameter interface members, see the ICodeParameter Members topic.

GetCodeType Gets the data type of the parameter.
GetName Gets the name of this parameter.
SetCodeType Sets the data type of the parameter.
SetName Sets the name of this parameter. The parameter name will be used in the declaration of a property or method, or in method invokes- if the langauge supports named parameters.

See Also

ICodeParameter Interface | System.ComponentModel.Design.CodeModel Namespace