PartType Enumeration
See Also 
SourceCode.Workflow.Authoring Namespace : PartType Enumeration



Glossary Item Box

Sets the ProcessDataField, Activity DataField, ActivityXmlField and ProcessXmlField Type.

Syntax

Visual Basic (Declaration) 
Public Enum PartType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As PartType
C# 
public enum PartType : System.Enum 
C++/CLI 
public enum class PartType : public System.Enum 

Members

MemberDescription
ActivityDataField 
ActivityXmlField 
Constant 
ProcessDataField 
ProcessXmlField 
ValueType 

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Workflow.Authoring.PartType

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