ParameterAttribute.HelpMessage Property

Definition

Gets or sets a short description for this parameter, suitable for presentation as a tool tip.

public:
 property System::String ^ HelpMessage { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ HelpMessage { Platform::String ^ get(); void set(Platform::String ^ value); };
public string HelpMessage { get; set; }
member this.HelpMessage : string with get, set
Public Property HelpMessage As String

Property Value

Exceptions

For a null or empty value when setting.

Applies to