JAMS Developer Guide
IsEnabled Property (Comment)


MVPSI.JAMS.Activities Namespace > Comment Class : IsEnabled Property
Toggles the active status of the Activity. When true, the child activities will run in the Workflow and when false they will be skipped.
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
Public Property IsEnabled As System.Boolean
'Usage
 
Dim instance As Comment
Dim value As System.Boolean
 
instance.IsEnabled = value
 
value = instance.IsEnabled
[System.ComponentModel.Browsable(false)]
public System.bool IsEnabled {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

Comment Class
Comment Members