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



Glossary Item Box

Gets or sets the binding object.

Syntax

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

Property Value

The binding object.

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