Share via


FormContainerControl.userPromptText Method

Definition

Overloads

userPromptText()
userPromptText(String)

userPromptText()

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

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

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to