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



properties
The properties.

Glossary Item Box

Initializes a new instance of the SmartObjectFieldPart class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal properties As SmartFormatProperties _
)
Visual Basic (Usage)Copy Code
Dim properties As SmartFormatProperties
 
Dim instance As New SmartObjectFieldPart(properties)
C# 
public SmartObjectFieldPart( 
   SmartFormatProperties properties
)
C++/CLI 
public:
SmartObjectFieldPart( 
   SmartFormatProperties^ properties
)

Parameters

properties
The 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