Share via


FormBuildManagedHostControl.name Method

Definition

Overloads

name()

Gets or sets the name that is used in the code to identify a form, report, table, query, or another Finance and Operations application object.

name(String)

name()

Gets or sets the name that is used in the code to identify a form, report, table, query, or another Finance and Operations application object.

public:
 override System::String ^ name();
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string name ();
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.name : unit -> string
Public Overrides Function name () As String

Returns

The name that is used in the code to identify an application object.

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Remarks

The name property value of an object must meet the following criteria to avoid code conflicts:

  • Begins with a letter.
  • Doesn't exceed 250 characters.
  • Can include numbers and underscore characters.
  • Cannot include punctuation or spaces.
  • Tables cannot have the same name as other public objects, such as extended data types, base enums, classes, and so on.

Applies to

name(String)

public:
 override System::String ^ name(System::String ^ _value);
[Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly]
public override string name (string _value);
[<Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnly>]
override this.name : string -> string
Public Overrides Function name (_value As String) As String

Parameters

_value
String

Returns

Attributes
Microsoft.Dynamics.BusinessPlatform.SharedTypes.InternalUseOnlyAttribute

Applies to