Returns the data type of the given property.
[Visual Basic 6.0] Function GetDataType(
ByVal propname As String _
) As IGPDataType
[Visual Basic .NET] Public Function GetDataType ( _ ByVal propname As String _ ) As IGPDataType
[C#] public IGPDataType GetDataType ( string propname );