ParameterAttribute.DontShow Property

Definition

Indicates that this parameter should not be shown to the user in this like intellisense This is primarily to be used in functions that are implementing the logic for dynamic keywords.

public:
 property bool DontShow { bool get(); void set(bool value); };
public:
 property bool DontShow { bool get(); void set(bool value); };
public bool DontShow { get; set; }
member this.DontShow : bool with get, set
Public Property DontShow As Boolean

Property Value

Applies to