The system-property Element

From Documentation
Revision as of 10:34, 19 January 2022 by Hawk (talk | contribs) (correct highlight (via JWB))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


The system-property Element



<system-property>
	<name>any name</name>
	<value>any value</value>
</system-property>

Specifies a system properties with the system-property element. The above example is equivalent to

 System.setProperty("any name", "any value");

Version History

Version Date Content
     



Last Update : 2022/01/19

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.