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



Glossary Item Box

Gets or sets the association properties.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AssociationProperties As PersistableObjectList(Of AssociationProperty)
Visual Basic (Usage)Copy Code
Dim instance As Association
Dim value As PersistableObjectList(Of AssociationProperty)
 
value = instance.AssociationProperties
C# 
public PersistableObjectList<AssociationProperty> AssociationProperties {get;}
C++/CLI 
public:
property PersistableObjectList<AssociationProperty^>^ AssociationProperties {
   PersistableObjectList<AssociationProperty^>^ get();
}

Property Value

The association properties.

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