Where is the documentation for valid property names in .NET? Obviously things like space, * or & aren\'t valid in a property name, but where is this documented?
You can look the information up for a particular language on the platform, here are a few.
C# Language VB Language
More specifically: C# Property Declaration