The raw_property_prefixes Import Attribute

Syntax

Within a #import directive, this attribute is

raw_property_prefixes ( "GetPrefix" , "PutPrefix" , "PutRefPrefix" )

There is only one each of the raw get, put and “put reference” prefixes. Each instance of this attribute overrides earlier instances.

Without this attribute, the raw property prefixes are get_, put_ and putref_.