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



smartFormatProperties
The smart format properties.

Glossary Item Box

Initializes a new instance of the ComplexTypeReferenceFieldPart class.

Syntax

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

Parameters

smartFormatProperties
The smart format 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