company logo

Property :: genericAccessKeyType - Generic access key type property

When a (collection) property handle supports generic access keys, access indexes are created for each generic type. In order to select the proper access key, the appropriate generic type can be set with changeAccessKey() or directly in this property.

The property provides the current type for the generic access key, when a generic access key has been set. Otherwise, accessing the property will throw an error.

Return value:  Type of generic attribute ( int32  )

The type for a generic attribute is a valid value from the basic enumeration of the generic attribute. 0 indicates an undefined generic type.

Implementation details

int32 Property  :: genericAccessKeyType (  )