INamedEntity.Name

Syntax

Name: String;

Description

The Name property determines an object name.

Example

The example under examination requires the Dic object of the IRdsDictionary type.

Sub User;

Var

Dic : IRdsDictionary;

Link : IRdsLink;

Begin

Link := Dic.Links.Item(0);

Link.Name := "Connection with AB";

Link.Id := "LNKAB";

End Sub User;

After executing the example, an identifier and an MDM dictionary connection name are changed.

See also:

INamedEntity