Gets or sets the maximum duration of the persistence path.
Read-write property
[Visual Basic .NET] |
---|
Public Property PersistenceDuration() As Double |
[C#] |
---|
public double PersistenceDuration {get; set;} |
[Managed C++] |
---|
public: __property double get_PersistenceDuration(); |
[Unmanaged C++] |
---|
public: HRESULT get_PersistenceDuration( double * pRetVal ); public: HRESULT put_PersistenceDuration( double PersistenceDuration ); |
[Java] |
---|
public double getPersistenceDuration(); public void setPersistenceDuration( double ); |