|
You can look at all the configuration objects from EntLib and the MSDN documentation at http://msdn2.microsoft.com/en-us/library/system.configuration.configurationpropertyattribute ...
|
|
System.Configuration]System.Configuration.ConfigurationPropertyAttribute::.ctor(string) = { string('Name') property object ...
|
|
http://msdn2.microsoft.com/en-us/library/system.configuration.configurationpropertyattribute.aspx. This new method even allows validation of your config properties.
|
|
I tried to follow the example given in the .NET class library reference page http://msdn2.microsoft.com/en-us/library/system.configuration.configurationpropertyattribute.aspx:
|
|
The Developer Fusion labs. Free tool to automatically translate C# to VB.NET and VB.NET to C#, plus other free developer tools and utilities
|
|
Declaratively instructs the .NET Framework to instantiate a ... System . . :: . Object System . . :: . Attribute System.Configuration . . :: . ConfigurationPropertyAttribute
|
|
Note: This class is new in the .NET Framework version 2.0. ... System.Object System.Attribute System.Configuration.ConfigurationPropertyAttribute
|