Board index » Visual Studio » Class with property named "Type"
|
istara
|
Class with property named "Type"
Visual Studio346
Hi, I have an existing dll which I am instantiating using CreateObject and passing an object (type object) to it using a method exposed by the dll. The variable that i am passing to the dll has a reference to an object of a class that I have created. The dll is expecting the object to have a property called "Type" which is of the type string. Since type is a keyword in VB, I am not able to create such a property. How do I accomplish this. Is there some way of using 'alias' naming or something. any help is appreciated. Thanks Teja - |
