Parts Property
See Also 
SourceCode.Workflow.Design Namespace > XmlPartWriter Class : Parts Property



Glossary Item Box

The list of K2FieldParts containing a representation of XML data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Parts As K2FieldPart()
Visual Basic (Usage)Copy Code
Dim instance As XmlPartWriter
Dim value() As K2FieldPart
 
value = instance.Parts
C# 
public K2FieldPart[] Parts {get;}
C++/CLI 
public:
property array<K2FieldPart^>^ Parts {
   array<K2FieldPart^>^ get();
}

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