ChainBuildingParameters.CurrentTimeValidationEnabled 屬性

定義

取得或設定值,指出目前時間用於驗證時間戳記。

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

屬性值

Boolean

bool

True 是表示 使用目前時間做為驗證時間戳記;否則為 false。 預設值是 true。

適用於