C0331 Compiler Error
Message text
Static member name cannot be accessed with a function or property
call.
Explanation
Error C0331 is generated if you call a static member in a function
or property. For example, each of the following calls generates error
C0331:
|
1 |
s = emp.GetAssest().StaGetName() |
|
1 |
s = dept.EmpField.StaName; |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest