| IDeviceDefinitionManagerRemoveCompatibleSoftwareFromDeviceDefinition Method |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Inventory
void RemoveCompatibleSoftwareFromDeviceDefinition( long softwareId, long deviceDefinitionId )
| Exception | Condition |
|---|---|
| ObjectNotFoundException | The device definition must be present in the system. |
| InvalidIdentifierException | Thrown if Software id or DeviceDefinitionId is invalid. |
| ObjectDeletionNotAllowedException | Software is in use by devices of the definition and compatibility can not be removed. |