DbMetadataAssemblyName Property

Quartz.NET 3.0 API Documentation
Gets or sets the name of the assembly that holds the connection library.

Namespace:  Quartz.Impl.AdoJobStore.Common
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual string AssemblyName { get; set; }

Property Value

Type: String
The name of the assembly.
See Also

Reference