Cue.label Method

Definition

Overloads

label()

Gets or sets the label for a control.

label(String)

label()

Gets or sets the label for a control.

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

Returns

The current value of the label string.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The label determines which text is displayed in the control or adjacent to it. The label property value cannot exceed 250 characters.

Applies to

label(String)

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

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to