Creates an instance
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationPropertyAttribute( string category, string helpText, string note )
Public Sub New ( _ category As String, _ helpText As String, _ note As String _ )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note )
Parameters
- category (String)
- The category of the configuration property
- helpText (String)
- Any text that can be given to the user as help for this property.
- note (String)
- Note for the end user