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



Glossary Item Box

Gets or sets the type of the smart object association.

Syntax

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

Property Value

The type of the smart object 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