[Visual Basic] Function GetFieldNameFor( _ ByVal controlName As String, _ ByVal controlType As Type _ ) As String [C#] string GetFieldNameFor( string controlName, Type controlType ); [C++] String* GetFieldNameFor( String* controlName, Type* controlType ); [JScript] function GetFieldNameFor( String controlName, Type controlType ): String;