EventSourceAnalyzer.ExcludeWriteEventTypeMapping Property
Applies to: Semantic Logging 2.0
Gets or sets a value indicating whether to exclude an exact type mapping between the event arguments and 'EventSource.WriteEvent' argument.
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.EventSourceAnalyzer (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.EventSourceAnalyzer.dll) Version: 2.0.1406.1
Syntax
public bool ExcludeWriteEventTypeMapping { get; set; }
'Declaration
Public Property ExcludeWriteEventTypeMapping As Boolean
Get
Set
Property Value
Type: Boolean
true for excluding this analysis, false otherwise.
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Utility Namespace