BaseServiceFault.Timestamp Property

Definition

Gets or sets the date and time when the fault occurred.

public:
 property DateTime Timestamp { DateTime get(); void set(DateTime value); };
[System.Runtime.Serialization.DataMember]
public DateTime Timestamp { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Timestamp : DateTime with get, set
Public Property Timestamp As DateTime

Property Value

The date and time when the fault occurred.

Attributes

Applies to