Gets the type of the component instance that owns the property defined by this PropertyDefinition

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Type GetComponentType()
Visual Basic
Public Function GetComponentType As Type
JScript
public function GetComponentType() : Type

Return Value

A Type, or null if the component instance is not available.

See Also