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