Compiler Error C3812
'property' must be the first token in a property declaration
When declaring a property, the __property
keyword must be the first token on the line.
C3812 is only reachable using the obsolete compiler option /clr:oldSyntax.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
'property' must be the first token in a property declaration
When declaring a property, the __property
keyword must be the first token on the line.
C3812 is only reachable using the obsolete compiler option /clr:oldSyntax.