Class
AssemblyNameBaseElement

Definition

Namespace:Telerik.Reporting.Configuration

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public abstract class AssemblyNameBaseElement : ConfigurationElement

Inheritance: objectConfigurationElementAssemblyNameBaseElement

Constructors

AssemblyNameBaseElement()

Declaration

cs-api-definition
protected AssemblyNameBaseElement()

Properties

Name

Declaration

cs-api-definition
public abstract string Name { get; set; }

Property Value

string

PublicKeyToken

Declaration

cs-api-definition
[ConfigurationProperty("publicKeyToken", DefaultValue = "", IsRequired = false)]
public string PublicKeyToken { get; set; }

Property Value

string

Methods

GetAssemblyName()

Declaration

cs-api-definition
protected AssemblyName GetAssemblyName()

Returns

AssemblyName