Description
The remaining number of seconds before an entity is purged from the system.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property RemainingTimeToLive() As Integer
|
[C#] |
---|
public int RemainingTimeToLive {get; set;}
|
[Managed C++] |
---|
public: __property int get_RemainingTimeToLive(); public: __property void set_RemainingTimeToLive(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_RemainingTimeToLive(
long * pRemainingTimeToLive
);
public: HRESULT put_RemainingTimeToLive(
long RemainingTimeToLive
);
|
[Java] |
---|
public int getRemainingTimeToLive();
public void setRemainingTimeToLive(
int
);
|
See Also