The system-property Element"
From Documentation
Maya001122 (talk | contribs) m |
|||
Line 16: | Line 16: | ||
==Version History== | ==Version History== | ||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} | ||
{{ZKConfigurationReferencePageFooter}} | {{ZKConfigurationReferencePageFooter}} |
Revision as of 01:45, 14 July 2010
<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 |
---|---|---|