Class AssemblyNameBaseElement
Inheritance
System.Object
AssemblyNameBaseElement
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public abstract class AssemblyNameBaseElement : ConfigurationElement
Constructors
AssemblyNameBaseElement()
Declaration
protected AssemblyNameBaseElement()
Properties
Name
Declaration
public abstract string Name { get; set; }
Property Value
System.String
|
PublicKeyToken
Declaration
public string PublicKeyToken { get; set; }
Property Value
System.String
|
Methods
GetAssemblyName()
Declaration
protected AssemblyName GetAssemblyName()
Returns
System.Reflection.AssemblyName
|