WriteValue(K2FieldPart[]) Method
See Also 
SourceCode.Workflow.Design Namespace > XmlPartWriter Class > WriteValue Method : WriteValue(K2FieldPart[]) Method



values
The K2FieldParth values to write.

Glossary Item Box

Write one of more K2FieldPart values.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub WriteValue( _
   ByVal ParamArray values() As K2FieldPart _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlPartWriter
Dim values() As K2FieldPart
 
instance.WriteValue(values)
C# 
public void WriteValue( 
   params K2FieldPart[] values
)
C++/CLI 
public:
void WriteValue( 
   ... array<K2FieldPart^>^ values
) 

Parameters

values
The K2FieldParth values to write.

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