Click or drag to resize
IDiscoveryManagerSetDeviceKey Method

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

Sets the device key for a ruleset, will delete key if key is null

Namespace: Netadmin.Management.Discovery
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetDeviceKey(
	long rulesetId,
	IDiscoveryRulesetKey key
)

Parameters

rulesetId
Type: SystemInt64
The if for the ruleset
key
Type: Netadmin.Management.Discovery.DtoIDiscoveryRulesetKey
The key to set, or null to remove the key
Exceptions
ExceptionCondition
ArgumentExceptionThrown if ruleset id is zero or less
See Also