Initialize Method
See Also 
SourceCode.Workflow.Authoring Namespace > IPropertyTemplate Interface : Initialize Method



K2Object
The K2Object associated with the PropetyTemplate.
parentK2Object

Glossary Item Box

When implemented by a class, initialize the PropertyTemplate based on the specified parameters.

Syntax

Visual Basic (Declaration) 
Function Initialize( _
   ByVal K2Object As Object, _
   ByVal parentK2Object As Object _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IPropertyTemplate
Dim K2Object As Object
Dim parentK2Object As Object
Dim value As Boolean
 
value = instance.Initialize(K2Object, parentK2Object)
C++/CLI 
bool Initialize( 
   Object^ K2Object,
   Object^ parentK2Object
) 

Parameters

K2Object
The K2Object associated with the PropetyTemplate.
parentK2Object

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