Is it true that you cannot use COM Interop to expose COM properties? Everything has to be a method?
If this is not true, how do you do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not true.
I understand your question to be asking about COM calling or using a .NET class.
According to this page, you can expose methods, properties and fields of managed classes to COM consumers.
Does this work for you?:
A VBScript test client might look like this: