Click or drag to resize

AssemblyIdentityName Property

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

Gets or sets the name of the assembly. May be .

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

Property Value

Type: String

[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Name"]

Remarks
If the value is , the name is not respected when comparing to an Assembly.
See Also