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



Glossary Item Box

Sets the ProcessFolio and Process Name Type.

Syntax

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

Members

MemberDescription
ProcessFolio 
ProcessName 

Inheritance Hierarchy

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

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