INamedEntity.Id

Syntax

Id: String;

Description

The Id property determines the object identifier.

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