PropertyObject.ClearTypeDefinitionPasswordHistory

Syntax

PropertyObject.ClearTypeDefinitionPasswordHistory

Purpose

Clears the password history of a type definition.

Remarks

You can call this method on any property of the type definition, not just the root object of the type.

Note TestStand supports password-protecting type definitions to deter unauthorized users from editing the types in the sequence editor. However, any TestStand user can continue to programmatically edit a locked type by using the TestStand PropertyObject API. National Instruments does not recommend password-protecting types as the only way of protecting intellectual property.

See Also

Engine.DisplayPasswordProtectTypeDefinitionsDialog

Engine.DisplayUnlockTypeDefinitionsDialog

Password Protect Type Definitions dialog box

PropertyObject.GetTypeDefinitionProtection

PropertyObject.LockTypeDefinition

PropertyObject.SetTypeDefinitionProtection

PropertyObject.TypeDefinitionLocked

PropertyObject.UnlockTypeDefinition

ProtectedObjectOptions

Thread Safety of the PropertyObject API and TestStand Variables