C++ Attributes: propget

Specifies that the method is a 'propget'

Syntax

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