Description
Gets or Sets the maximum length (in seconds) of the persistence path.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PersistenceDuration() As Double
|
| [C#] |
|---|
public double PersistenceDuration {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_PersistenceDuration(); public: __property void set_PersistenceDuration( double );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PersistenceDuration( double * pRetVal ); public: HRESULT put_PersistenceDuration( double NewPersistenceDuration );
|
| [Java] |
|---|
public double getPersistenceDuration(); public void setPersistenceDuration( double );
|
See Also