IImportExtensions4.OverrideDataTimestamp 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.
Overrides the timestamp specified in the exported data.
public:
property Nullable<DateTime> OverrideDataTimestamp { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
public DateTime? OverrideDataTimestamp { get; set; }
member this.OverrideDataTimestamp : Nullable<DateTime> with get, set
Public Property OverrideDataTimestamp As Nullable(Of DateTime)