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!

Type.GetTypeCode

Gets the underlying type code of the specified Type.

[Visual Basic]
Public Shared Function GetTypeCode( _
   ByVal type As Type _
) As TypeCode
[C#]
public static TypeCode GetTypeCode(
   Type type
);
[C++]
public: static TypeCode GetTypeCode(
   Type* type
);
[JScript]
public static function GetTypeCode(
   type : Type
) : TypeCode;

Parameters

type
The Type whose underlying type code to get.

Return Value

The TypeCode value of the underlying type.

See Also

Type Class | Type Members | System Namespace | TypeCode