ChainBuildingParameters.CurrentTimeValidationEnabled 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.
Gets or sets a value indicating that the current time is to be used for the validation timestamp.
public:
property bool CurrentTimeValidationEnabled { bool get(); void set(bool value); };
bool CurrentTimeValidationEnabled();
void CurrentTimeValidationEnabled(bool value);
public bool CurrentTimeValidationEnabled { get; set; }
var boolean = chainBuildingParameters.currentTimeValidationEnabled;
chainBuildingParameters.currentTimeValidationEnabled = boolean;
Public Property CurrentTimeValidationEnabled As Boolean
Property Value
Boolean
bool
True to use the current time as the validation timestamp; otherwise false. The default is true.