FormTreeControl.userPromptText Method
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.
Overloads
userPromptText() |
Sets or retrieves the user prompt text for the control. |
userPromptText(String) |
userPromptText()
Sets or retrieves the user prompt text for the control.
public:
override System::String ^ userPromptText();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string userPromptText ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userPromptText : unit -> string
Public Overrides Function userPromptText () As String
Returns
The user prompt text for the control; an empty string if no user prompt text is assigned to the control.
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute
Applies to
userPromptText(String)
public:
override System::String ^ userPromptText(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string userPromptText (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.userPromptText : string -> string
Public Overrides Function userPromptText (_value As String) As String
Parameters
- _value
- String
The value to assign as the user prompt text for the control.
Returns
- Attributes
-
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute