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