AssemblyIdentityCulture Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the culture of the assembly. May be .
Namespace:
NerdyDuck.CodedExceptions.Configuration
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic string Culture { get; set; }
Public Property Culture As String
Get
Set
View SourceProperty Value
Type:
String[Missing <value> documentation for "P:NerdyDuck.CodedExceptions.Configuration.AssemblyIdentity.Culture"]
RemarksIf the value is empty, the culture is neutral; if the value is
, the culture is not respected when comparing to an
Assembly.
See Also