ProcessAssociationType Property
See Also 
SourceCode.Workflow.Design.Associations Namespace > Association Class : ProcessAssociationType Property



Glossary Item Box

Gets or sets the type of the process association.

Syntax

Visual Basic (Declaration) 
Public Property ProcessAssociationType As Association.AssociationTypes
Visual Basic (Usage)Copy Code
Dim instance As Association
Dim value As Association.AssociationTypes
 
instance.ProcessAssociationType = value
 
value = instance.ProcessAssociationType
C# 
public Association.AssociationTypes ProcessAssociationType {get; set;}
C++/CLI 
public:
property Association.AssociationTypes ProcessAssociationType {
   Association.AssociationTypes get();
   void set (    Association.AssociationTypes value);
}

Property Value

The type of the process association.

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