PSDefaultValueAttribute.Help 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.
Specify the help string for the default value of a command parameter.
public:
property System::String ^ Help { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Help { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Help { get; set; }
member this.Help : string with get, set
Public Property Help As String