ParameterAttribute.DontShow Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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