but its both a function and a property? As I said, I was going by the example given in the thread Matty Linked to. So my DLL has the following:
Public Function ContactID() As String
ContactID = "Hello"
End Function
So i should be able to assign values to contactID right?