Specify whether to allow display times to affect the sensor's persistence on/off state.
Read-write property
[Visual Basic .NET] |
---|
Public Property DisplayTimesHidesPersistance() As Boolean |
[C#] |
---|
public bool DisplayTimesHidesPersistance {get; set;} |
[Managed C++] |
---|
public: __property bool get_DisplayTimesHidesPersistance(); |
[Unmanaged C++] |
---|
public: HRESULT get_DisplayTimesHidesPersistance( VARIANT_BOOL * pVal ); public: HRESULT put_DisplayTimesHidesPersistance( VARIANT_BOOL vVal ); |
[Java] |
---|
public bool getDisplayTimesHidesPersistance(); public void setDisplayTimesHidesPersistance( bool ); |