C++ Attributes: propputref

Specifies that the method is a 'propputref'

Syntax

[
    define_attribute = "propputref",
    invalid_attributes = "propget | propput",
    help_string = "Specifies that the method is a 'propputref'",
    usage = eIDLModuleUsage | eInterfaceMethodUsage,
    group = eIDLGroup,
    shipping = "true"
];