Delete policy by ID

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
void DeletePolicy(
	uint policyID
)
Visual Basic (Declaration)
Sub DeletePolicy ( _
	policyID As UInteger _
)

Parameters

policyID
Type: System..::.UInt32
The handle of the policy to delete

See Also