Dynamo_ID Property

Returns the unique identifier (GUID) for the Dynamo Object. This property is read-only.

Syntax

DynamoObject.Dynamo_ID

Properties

The Dynamo_ID property syntax has this part:

Part

Description

DynamoObject.

A Dynamo object.

Return Value

String. This string represents a unique 128-bit number used as the Globally Unique Identifier (GUID) for the Dynamo object.

 

Applies To