IRdsBaseBinding.Attribute

Syntax

Attribute: IRdsAttribute;

Description

The Attribute property determines the attribute, for which the binding is set up.

Comments

If the binding is created with the AddByAttribute method, the Attribute property returns the attribute specified as the method parameter.

If the binding is created with the Add or GenerateBindingsBySource methods, and is used to update an existing dictionary, specify an attribute of the dictionary defined in the Dictionary property as the value of the Attribute property.

If the binding is used to create a new MDM dictionary, the Attribute property is not defined.

Example

The example of use is given in description of the IRdsLoaderBindings.AddByAttribute method.

See also:

IRdsBaseBinding