[This is preliminary documentation and is subject to change.]
Imposes a filter on StartDate parameter of Inventory attribute
Namespace: NFX.InventorizationAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$startdate")]
public Nullable<DateTime> StartDate { get; set; }
[ConfigAttribute("$startdate")]
public Nullable<DateTime> StartDate { get; set; }
<ConfigAttribute("$startdate")>
Public Property StartDate As Nullable(Of DateTime)
Get
Set
<ConfigAttribute("$startdate")>
Public Property StartDate As Nullable(Of DateTime)
Get
Set
public:
[ConfigAttribute(L"$startdate")]
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
public:
[ConfigAttribute(L"$startdate")]
property Nullable<DateTime> StartDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<ConfigAttribute("$startdate")>]
member StartDate : Nullable<DateTime> with get, set
[<ConfigAttribute("$startdate")>]
member StartDate : Nullable<DateTime> with get, set
Property Value
Type:
Nullable
DateTime