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
Syntaxpublic AssemblyIdentity AssemblyName { get; }
Public ReadOnly Property AssemblyName As AssemblyIdentity
Get
View SourceProperty Value
Type:
AssemblyIdentityA
AssemblyIdentity defining an assembly or a range of assemblies.
See Also