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