Properties Sample (Use .NET Framework Properties) 

Download sample

This sample demonstrates the use of properties supported by the .NET Framework. There is support to get and set properties using the get_ and set_ property accessor methods.

Building and Running the Sample

To build this sample

  • In the development environment, open the Properties.vjsproj file, and on the Build menu, click Build Solution to build the sample.

    -or-

    Press CTRL+SHIFT+B.

    -or-

    From the command line, type BUILD.bat.

    For more information, see Building from the Command Line (Visual J#).

To run this sample:

  • From the development environment, press F5.

    -or-

    On the command line, type Properties.exe.

See Also

Other Resources

Visual J# Technology Samples