JAMS Developer Guide
Properties Property (PSWrapper)


MVPSI.JAMS.Activities.PowerShell Namespace > PSWrapper Class : Properties Property
Collection of Properties.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DescriptionAttribute("Collection of Properties.")>
Public Property Properties As System.Collections.Generic.List(Of DynamicActivityProperty)
'Usage
 
Dim instance As PSWrapper
Dim value As System.Collections.Generic.List(Of DynamicActivityProperty)
 
instance.Properties = value
 
value = instance.Properties
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Description("Collection of Properties.")]
public System.Collections.Generic.List<DynamicActivityProperty> Properties {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

PSWrapper Class
PSWrapper Members