Association Constructor(AssociationsPropertyDefinition,String)
See Also 
SourceCode.Workflow.Design.Associations Namespace > Association Class > Association Constructor : Association Constructor(AssociationsPropertyDefinition,String)



parent
The parent.
aliasName
Name of the alias.

Glossary Item Box

Initializes a new instance of the Association class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parent As AssociationsPropertyDefinition, _
   ByVal aliasName As String _
)
Visual Basic (Usage)Copy Code
Dim parent As AssociationsPropertyDefinition
Dim aliasName As String
 
Dim instance As New Association(parent, aliasName)
C++/CLI 
public:
Association( 
   AssociationsPropertyDefinition^ parent,
   String^ aliasName
)

Parameters

parent
The parent.
aliasName
Name of the alias.

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