ProductPreferences.name Property

Parent Object: ProductPreferences
Defined in namespace "adsk::core" and the header file is <Core/Application/ProductPreferences.h>

Description

Returns the name of this ProductPreferences object.

Syntax

"productPreferences_var" is a variable referencing a ProductPreferences object.

# Get the value of the property.
propertyValue = productPreferences_var.name
"productPreferences_var" is a variable referencing a ProductPreferences object.
#include <Core/Application/ProductPreferences.h>

// Get the value of the property.
string propertyValue = productPreferences_var->name();

Property Value

This is a read only property whose value is a string.

Version

Introduced in version August 2014