Sitefinity CMS

Telerik.Framework Send comments on this topic.
AssemblyName Property
See Also 
Telerik.Web Namespace > ToolboxItem Class : AssemblyName Property


Gets the control assembly's unique identity in full.   

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AssemblyName As AssemblyName
Visual Basic (Usage)Copy Code
Dim instance As ToolboxItem
Dim value As AssemblyName
 
value = instance.AssemblyName
C# 
public AssemblyName AssemblyName {get;}

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

See Also