Click or drag to resize
IDeviceDefinitionManagerDetails Method (String)

[This is preliminary documentation and is subject to change.]

Retrieves details of a device definition by name

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IDeviceDefinition Details(
	string name
)

Parameters

name
Type: SystemString
The name of the device definition

Return Value

Type: IDeviceDefinition
The device definition details
Exceptions
ExceptionCondition
ArgumentExceptionThe name of the device definition can not be empty
ObjectNotFoundExceptionA device definition with the specified name could not be found
See Also