IRdsUniqueKeyAttributes.Item

Fore Syntax

Item(Index: Integer): IRdsUniqueKeyAttribute;

Fore.NET Syntax

Item[Index: integer]: Prognoz.Platform.Interop.Rds.IRdsUniqueKeyAttribute;

Parameters

Index. Attribute index.

Description

The Item property returns a unique key attribute of the MDM dictionary.

Comments

To get a number of MDM dictionary unique key attributes in the collection, use IRdsUniqueKeyAttributes.Count.

See also:

IRdsUniqueKeyAttributes