JAMS Developer Guide
PSWrapperAttribute Class
Members 


MVPSI.JAMS Namespace : PSWrapperAttribute Class
The PSWrapper attribute provides details for running a PowerShell command or function. This attribute is applied to Workflow toolbox items that run PowerShell commands.
Object Model
PSWrapperAttribute Class
Syntax
'Declaration
 
<System.AttributeUsageAttribute(ValidOn=AttributeTargets.Property, 
   AllowMultiple=False, 
   Inherited=True)>
Public Class PSWrapperAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As PSWrapperAttribute
[System.AttributeUsage(ValidOn=AttributeTargets.Property, 
   AllowMultiple=false, 
   Inherited=true)]
public class PSWrapperAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      MVPSI.JAMS.PSWrapperAttribute

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

PSWrapperAttribute Members
MVPSI.JAMS Namespace