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