SmartObjectFieldPart Constructor(SmartObject)
See Also 
SourceCode.Workflow.Design Namespace > SmartObjectFieldPart Class > SmartObjectFieldPart Constructor : SmartObjectFieldPart Constructor(SmartObject)



smartObject
The smart object.

Glossary Item Box

Initializes a new instance of the SmartObjectFieldPart class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal smartObject As SourceCode.SmartObjects.Client.SmartObject _
)
Visual Basic (Usage)Copy Code
Dim smartObject As SourceCode.SmartObjects.Client.SmartObject
 
Dim instance As New SmartObjectFieldPart(smartObject)
C# 
public SmartObjectFieldPart( 
   SourceCode.SmartObjects.Client.SmartObject smartObject
)
C++/CLI 
public:
SmartObjectFieldPart( 
   SourceCode.SmartObjects.Client.SmartObject^ smartObject
)

Parameters

smartObject
The smart 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