BPM.Server
ProcessDefineType Property



Syntax
'Declaration
 
Public Property ProcessDefineType As BPM.TaskRuleProcessDefineType
'Usage
 
Dim instance As TaskRuleProcessDefine
Dim value As BPM.TaskRuleProcessDefineType
 
instance.ProcessDefineType = value
 
value = instance.ProcessDefineType
public BPM.TaskRuleProcessDefineType ProcessDefineType {get; set;}
public:
property BPM.TaskRuleProcessDefineType ProcessDefineType {
   BPM.TaskRuleProcessDefineType get();
   void set (    BPM.TaskRuleProcessDefineType value);
}
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

TaskRuleProcessDefine Class
TaskRuleProcessDefine Members

Send Feedback