DeleteAuditDataRequest.EndDate Property

Definition

Gets or sets the end date and time. Required.

public:
 property DateTime EndDate { DateTime get(); void set(DateTime value); };
public DateTime EndDate { get; set; }
member this.EndDate : DateTime with get, set
Public Property EndDate As DateTime

Property Value

DateTime

Type: DateTimeThe end date and time.

Remarks

Audit entity records created before the specified end date will be deleted when the DeleteAuditDataRequest is processed.

Applies to