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!

CodeGenerator.GetTypeBaseType

Gets the base type of the specified type.

[Visual Basic]
Protected Function GetTypeBaseType( _
   ByVal type As String _
) As String
[C#]
protected string GetTypeBaseType(
   string type
);
[C++]
protected: String* GetTypeBaseType(
   String* type
);
[JScript]
protected function GetTypeBaseType(
   type : String
) : String;

Parameters

type
The type to locate the base type for.

Return Value

The name of the base data type.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace