Error:Property Chars is readonly
Dim emp As New Employee
The below given is line of code where on execution it throws an error.
Here, Name is a property accepting Enumeration parameter
emp.Name(NameTypes.Formal) = "Mr. Frederick R. Jones, Sr."
Please suggest how to resolve this error.
Thanks in advance.
__________________
987654321
|