Parameter.PromptString 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.
Returns the phrase that prompts the user for a parameter value in a parameter query. Read-only String.
public:
property System::String ^ PromptString { System::String ^ get(); };
public string PromptString { get; }
Public ReadOnly Property PromptString As String