IDeviceDefinitionManagerNotAllowedToInstall Method |
[This is preliminary documentation and is subject to change.]
Retrieves device definition ids that are not allowed to be installed. Not recomended for use
Namespace: Netadmin.Management.InventoryAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<long> NotAllowedToInstall(
long parentDeviceDefinitionId
)
Function NotAllowedToInstall (
parentDeviceDefinitionId As Long
) As IEnumerable(Of Long)
Parameters
- parentDeviceDefinitionId
- Type: SystemInt64
The parent device definition id
Return Value
Type:
IEnumerableInt64[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceDefinitionManager.NotAllowedToInstall(System.Int64)"]
See Also