WebRequestEvent.name Property

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

Description

The name of the event - e.g. "DocumentOpening"

Syntax

"webRequestEvent_var" is a variable referencing a WebRequestEvent object.

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

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

Property Value

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

Version

Introduced in version May 2016