Contains(Attribute: IRdsAttribute): Boolean;
Contains[Attribute: Prognoz.Platform.Interop.Rds.IRdsAttribute]: boolean;
Attribute. MDM dictionary attribute, for which we define if it is included into non-unique key.
The Contains property determines whether the specified attribute is included into non-unique key of the MDM dictionary.
Available values:
True. Attribute is included into non-unique key.
False. Attribute is not included into non-unique key.
The property use is given in the example for IRdsDictionary.NonUniqueKeys.
See also: