JAMS Developer Guide
SymConfig Class
Members 


MVPSI.JAMS.Sym.Activities Namespace : SymConfig Class
A SymConfig activity hosts other Sym activities to make it easier to set property values for all of the contained activities.
Object Model
SymConfig Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Body")>
<System.Drawing.ToolboxBitmapAttribute()>
<System.ComponentModel.DesignerAttribute(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="JAMS.Sym.Activities.SymConfigDesigner, JAMS.Sym.Activities, Version=5.4.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
Public Class SymConfig 
   Inherits SymActivity
   Implements MVPSI.JAMS.Activities.ISupportCommands 
'Usage
 
Dim instance As SymConfig
[System.Windows.Markup.ContentProperty("Body")]
[System.Drawing.ToolboxBitmap()]
[System.ComponentModel.Designer(DesignerBaseTypeName="System.ComponentModel.Design.IDesigner", DesignerTypeName="JAMS.Sym.Activities.SymConfigDesigner, JAMS.Sym.Activities, Version=5.4.0.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
public class SymConfig : SymActivity, MVPSI.JAMS.Activities.ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Sym.Activities.SymActivity
               MVPSI.JAMS.Sym.Activities.SymConfig

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

SymConfig Members
MVPSI.JAMS.Sym.Activities Namespace