JAMS Developer Guide
Comment Class
Members 


MVPSI.JAMS.Activities Namespace : Comment Class
The Comment activity allows for its child activities to easily be disabled or enabled.
Object Model
Comment Class
Syntax
'Declaration
 
<System.Windows.Markup.ContentPropertyAttribute("Body")>
<System.Drawing.ToolboxBitmapAttribute()>
Public NotInheritable Class Comment 
   Inherits JAMSNativeActivity
   Implements ISupportCommands 
'Usage
 
Dim instance As Comment
[System.Windows.Markup.ContentProperty("Body")]
[System.Drawing.ToolboxBitmap()]
public sealed class Comment : JAMSNativeActivity, ISupportCommands  
Inheritance Hierarchy

System.Object
   System.Activities.Activity
      System.Activities.NativeActivity
         MVPSI.JAMS.Activities.JAMSNativeActivity
            MVPSI.JAMS.Activities.Comment

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

Comment Members
MVPSI.JAMS.Activities Namespace