Id: String;
The Id property determines an identifier of the repository object.
NOTE. If the identifier is changed, the check on the correspondence with the specified format of identifiers is performed.
Sub Main;
Var
MB:IMetabase;
Desc:IMetabaseObjectDescriptor;
S:String;
Begin
MB:=MetabaseClass.Active;
Desc:=Mb.Item(311);
S:=Desc.Id;
End Sub Main;
After executing this example the "S" variable contains identifier of the object with "311" key.
See also: