Hidden Property (ParameterDescriptor)
Gets or sets a value indicating whether the parameter is hidden.
'Declaration
Public Property Hidden As Boolean
public bool Hidden {get; set;}
Property Value
true
if the parameter should be hidden; otherwise,
false
.