IDiscoveryManagerGetDeviceKey Method |
[This is preliminary documentation and is subject to change.]
Retrieves the device key for a ruleset. Or null of no key exists
Namespace: Netadmin.Management.DiscoveryAssembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIDiscoveryRulesetKey GetDeviceKey(
long rulesetId
)
Function GetDeviceKey (
rulesetId As Long
) As IDiscoveryRulesetKey
Parameters
- rulesetId
- Type: SystemInt64
The id for the ruleset
Return Value
Type:
IDiscoveryRulesetKeyThe key or null
See Also