[This is preliminary documentation and is subject to change.]
Imposes a filter that specifies the ending date and time
before which this destination will be processing log messages
Namespace: NFX.Log.DestinationsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$end-date")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> EndDate { get; set; }
[ConfigAttribute("$end-date")]
[ExternalParameterAttribute(new string[] { ... })]
public Nullable<DateTime> EndDate { get; set; }
<ConfigAttribute("$end-date")>
<ExternalParameterAttribute(New String() { ... })>
Public Property EndDate As Nullable(Of DateTime)
Get
Set
<ConfigAttribute("$end-date")>
<ExternalParameterAttribute(New String() { ... })>
Public Property EndDate As Nullable(Of DateTime)
Get
Set
public:
[ConfigAttribute(L"$end-date")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
[ConfigAttribute(L"$end-date")]
[ExternalParameterAttribute(__gc new array<String^>^ { ... })]
property Nullable<DateTime> EndDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<ConfigAttribute("$end-date")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member EndDate : Nullable<DateTime> with get, set
[<ConfigAttribute("$end-date")>]
[<ExternalParameterAttribute(new string[] { ... })>]
member EndDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable
DateTime