JobRunEventDataTime Property |
Gets the time of the event.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "time")]
public DateTime Time { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "time")>
Public Property Time As DateTime
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"time")]
property DateTime Time {
DateTime get ();
void set (DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "time")>]
member Time : DateTime with get, set
Property Value
Type:
DateTimeSee Also