JobStateAuditRecord.TimeStamp Property

 

Optional. Gets or sets the time stamp that the state change took place.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public DateTimeOffset TimeStamp { get; set; }
public:
property DateTimeOffset TimeStamp {
    DateTimeOffset get();
    void set(DateTimeOffset value);
}
member TimeStamp : DateTimeOffset with get, set
Public Property TimeStamp As DateTimeOffset

Property Value

Type: System.DateTimeOffset

See Also

JobStateAuditRecord Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace

Return to top