JAMS Developer Guide
Source Property (PSScript)


MVPSI.JAMS.Activities.PowerShell Namespace > PSScript Class : Source Property
The PowerShell source to be executed.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property Source As System.String
'Usage
 
Dim instance As PSScript
Dim value As System.String
 
instance.Source = value
 
value = instance.Source
[System.ComponentModel.Browsable(false)]
public System.string Source {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

PSScript Class
PSScript Members