JAMS Developer Guide
Script Property


MVPSI.JAMS.Activities Namespace > CMDScript Class : Script Property
The command script to be executed. This script is parsed at run time to replace standard JAMS tokens.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Script As System.String
'Usage
 
Dim instance As CMDScript
Dim value As System.String
 
instance.Script = value
 
value = instance.Script
[System.ComponentModel.Browsable(false)]
public System.string Script {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CMDScript Class
CMDScript Members