C++ Attributes: propput

Specifies that the method is a 'propput'

Syntax

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