'Declaration
<System.Configuration.ConfigurationPropertyAttribute(Name="type", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=False, IsRequired=False, IsKey=False)> Public Property Type As System.String
'Usage
Dim instance As EventHandlerSection Dim value As System.String instance.Type = value value = instance.Type
[System.Configuration.ConfigurationProperty(Name="type", Options=ConfigurationPropertyOptions.None, IsDefaultCollection=false, IsRequired=false, IsKey=false)] public System.string Type {get; set;}