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

Sets the data type of the parameter.

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

Parameters

value
An ICodeClass object that represents the new data type of the parameter.

Remarks

The parameter type will be used in the declaration of a property or method, or used for strong type conversion in method invokes.

See Also

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