CA1721: Property names should not match get methods
Visual Studio 2010
TypeName | PropertyNamesShouldNotMatchGetMethods |
CheckId | CA1721 |
Category | Microsoft.Naming |
Breaking Change | Breaking |
Get methods and properties should have names that clearly distinguish their function.
Naming conventions provide a common look for libraries that target the common language runtime. This reduces the time that is required to learn a new software library, and increases customer confidence that the library was developed by someone who has expertise in developing managed code.
Note