Click or drag to resize

AssemblyFacilityOverrideAssemblyName Property

[This is preliminary documentation and is subject to change.]

Gets the name of the assembly that the identifier override is configured for.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyIdentity AssemblyName { get; }
View Source

Property Value

Type: AssemblyIdentity
A AssemblyIdentity defining an assembly or a range of assemblies.
See Also