Skip to content

$system.clearProperty

Description

Supprime une propriété java

Syntaxe

$system.clearProperty( key )

Paramètres

key string
Propriété à supprimer

Retour

Ancienne valeur de la propriété ou null si la propriété n'existe pas.

Exemple

1
$system.clearProperty("some.custom.property");