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!

ICodeDataMember.GetCodeType

Gets the data type of the data member.

[Visual Basic]
Function GetCodeType() As ICodeClass
[C#]
ICodeClass GetCodeType();
[C++]
ICodeClass* GetCodeType() = 0;
[JScript]
function GetCodeType() : ICodeClass;

Return Value

An ICodeClass object that represents the type of the data member.

See Also

ICodeDataMember Interface | ICodeDataMember Members | System.ComponentModel.Design.CodeModel Namespace | SetCodeType