Master Property

Indicates whether the specified Dynamo is a master Dynamo. This property is read-only.

Syntax

DynamoObject.Master

Properties

The Master property syntax has this part:

Part

Description

DynamoObject

A Dynamo object.

Return Value

Boolean. True indicates that the Dynamo is a master Dynamo, while False indicates that it is not.

 

Applies To