--- description: "Learn more about: high_method_prefix import attribute" title: "high_method_prefix import attribute" ms.date: "08/29/2019" f1_keywords: ["high_method_prefix"] helpviewer_keywords: ["high_method_prefix attribute"] ms.assetid: cacebf09-12f5-4919-ad40-939e206e340c --- # high_method_prefix import attribute **C++ Specific** Specifies a prefix to be used in naming high-level properties and methods. ## Syntax > **#import** *type-library* **high_method_prefix(** "*Prefix*" **)** ### Parameters *Prefix*\ Prefix to be used. ## Remarks By default, high-level error-handling properties and methods are exposed by member functions named without a prefix. The names are from the type library. **END C++ Specific** ## See also [#import attributes](../preprocessor/hash-import-attributes-cpp.md)\ [#import directive](../preprocessor/hash-import-directive-cpp.md)