Creates an instance
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationPropertyAttribute( string category, string helpText, string note, ConfigurationPropertyAttribute..::.DataType type, string keyAttributeName, string valueAttributeName, string childElementName )
Public Sub New ( _ category As String, _ helpText As String, _ note As String, _ type As ConfigurationPropertyAttribute..::.DataType, _ keyAttributeName As String, _ valueAttributeName As String, _ childElementName As String _ )
public: ConfigurationPropertyAttribute( String^ category, String^ helpText, String^ note, ConfigurationPropertyAttribute..::.DataType type, String^ keyAttributeName, String^ valueAttributeName, String^ childElementName )
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
- type (ConfigurationPropertyAttribute..::.DataType)
- The type of child element
- keyAttributeName (String)
- The attribute specifying the key
- valueAttributeName (String)
- The attribute holding the value
- childElementName (String)
- The name of the child element in the Xml file