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
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
View SourceProperty Value
Type:
String[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Name"]
RemarksIf the value is
, the name is not respected when comparing to an
Assembly.
See Also