Click or drag to resize
IDiscoveryManagerGetRequiredDataKey Method

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

Retrieves the required data key for a ruleset. Or null of no key exists

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

Parameters

rulesetId
Type: SystemInt64
The id for the ruleset

Return Value

Type: IDiscoveryRulesetKey
The key or null
See Also