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