Intersoft ClientUI Documentation
GetAssociatedType Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISBehavior<T> Class : GetAssociatedType Method






Gets the associated type

Syntax

Visual Basic (Declaration) 
Public Function GetAssociatedType() As Type
Visual Basic (Usage)Copy Code
Dim instance As ISBehavior(Of T)
Dim value As Type
 
value = instance.GetAssociatedType()
C# 
public Type GetAssociatedType()
Delphi 
public function GetAssociatedType(): Type; 
JScript 
public function GetAssociatedType() : Type;
Managed Extensions for C++ 
public: Type* GetAssociatedType(); 
C++/CLI 
public:
Type^ GetAssociatedType(); 

Return Value

Associated type.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.