'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.BrowsableAttribute(False)> Public Property DefaultValue As System.String
'Usage
Dim instance As Param Dim value As System.String instance.DefaultValue = value value = instance.DefaultValue
[System.ComponentModel.DefaultValue()] [System.ComponentModel.Browsable(false)] public System.string DefaultValue {get; set;}