Destination DaysOfWeek Property NFX Class Library

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

Imposes a filter on days when this destination handles messages

Namespace: NFX.Log.Destinations
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[ConfigAttribute("$days-of-week")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DaysOfWeek> DaysOfWeek { get; set; }

Property Value

Type: OnlineNullable DaysOfWeek 
See Also