TagProviderAttribute.OmitReferenceName Property

Definition

Gets or sets a value indicating whether to prefix the name of the parameter or property to the generated name of each tag being logged.

public:
 property bool OmitReferenceName { bool get(); void set(bool value); };
public bool OmitReferenceName { get; set; }
member this.OmitReferenceName : bool with get, set
Public Property OmitReferenceName As Boolean

Property Value

Defaults to false.

Applies to