BuildEventArgs.RawTimestamp Property

Definition

Exposes the private Microsoft.Build.Framework.BuildEventArgs.timestamp field to derived types. Used for serialization. Avoids the side effects of calling the Timestamp getter.

protected public:
 property DateTime RawTimestamp { DateTime get(); void set(DateTime value); };
protected internal DateTime RawTimestamp { get; set; }
member this.RawTimestamp : DateTime with get, set
Protected Friend Property RawTimestamp As DateTime

Property Value

Applies to