다음을 통해 공유


FormBuildControl.userPromptText Method

Definition

Overloads

userPromptText()

Gets or sets the user label text for the control.

userPromptText(String)

userPromptText()

Gets or sets the user label text for the control.

public:
 virtual System::String ^ userPromptText();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string userPromptText ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userPromptText : unit -> string
override this.userPromptText : unit -> string
Public Overridable Function userPromptText () As String

Returns

The user label text for the control.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to

userPromptText(String)

public:
 virtual System::String ^ userPromptText(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public virtual string userPromptText (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
abstract member userPromptText : string -> string
override this.userPromptText : string -> string
Public Overridable Function userPromptText (_value As String) As String

Parameters

_value
String

The user label text to set for the control; optional.

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to