canBeDeployed property

bool? canBeDeployed
getter/setter pair

Determines whether the device can be deployed by retrieving a PrimaryDeviceDeployment.

Only primary devices can be deployed. However, not all primary devices necessarily need deployment; chained primary devices do not.

Is null if already deployed, i.e., status is DeviceDeploymentStatusTypes.Deployed.

Implementation

bool? canBeDeployed;