Interface for objects that contain device status information
Overview of IHasDeviceStatusItem goes here.
IHasDeviceStatusItem
| Field | Type | Inherited from | Description |
|---|---|---|---|
| CommonName (read only) | String | IHasDeviceStatusItem | Gets the common name |
| ConcurrencyVersion (read only) | Nullable<Int64> | IHasDeviceStatusItem | Gets the concurrency version for optimistic locking |
| InFolderKey (read only) | String | IHasDeviceStatusItem | Gets the parent folder key |
| Key (read only) | String | IHasDeviceStatusItem | Gets the unique identifier |
| Status (read only) | DeviceStatusItem | IHasDeviceStatusItem | Gets the device status |
{
"CommonName" : "String",
"ConcurrencyVersion" : "Nullable\<Int64\>",
"InFolderKey" : "String",
"Key" : "String",
"Status" : "[DeviceStatusItem](/object-model/devicestatusitem)"
}