BuildEventArgs.RawTimestamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exposes the private 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