This sample shows how properties are an integral part of the C# programming language. It demonstrates how properties are declared and used. See
Security Note |
---|
This sample code is provided to illustrate a concept and should not be used in applications or Web sites, as it may not illustrate the safest coding practices. Microsoft assumes no liability for incidental or consequential damages should the sample code be used for purposes other than as intended. |
To build and run the Properties samples within Visual Studio
In Solution Explorer, right-click the person project and click Set as StartUp Project.
On the Debug menu, click Start Without Debugging.
Repeat the preceding steps for shapetest.
To build and run the Properties samples from the Command Line
Use the Change Directory command to change to the person directory.
Type the following:
csc person.cs person
Use the Change Directory command to change to the shapetest directory.
Type the following:
csc abstractshape.cs shapes.cs shapetest.cs shapetest