AppleScript.setProperty() | 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.setProperty(propertyName:String, propertyValue:String):String |
Parameters |
propertyName:String - Reference to the property name propertyValue:String - Reference to the property value |
Returns |
A String |
Description |
Sets the value of the specified property (if applicable). |
Notes |
For use after AppleScript.compileScript() |
Example Code |
// Sets the value of a property called 'myProperty': mdm.AppleScript.setProperty("myProperty", "This is my Value"); |
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 |