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