AppleScript.getProperty() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to AppleScript Class Summary |
![]() |
The AppleScript Class has been deprecated in Zinc 4.0. It is included for legacy support but is no longer maintained and maybe removed completely in a future 4.x update. |
Availability |
Mac OSX |
Usage |
mdm.AppleScript.getProperty(propertyName:String):String |
Parameters |
propertyName:String - Reference to the property name |
Returns |
A String |
Description |
Retrieves the value of the specified property (if applicable). |
Notes |
For use after AppleScript.compileScript() |
Example Code |
// To return the value of a property called myProperty: var propertyValue:String = mdm.AppleScript.getProperty("myProperty"); |
mdm.AppleScript Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |