When implemented by a class, initialize the PropertyTemplate based on the specified parameters.
Syntax
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)
|
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