Description
Any positions older than TimeInSeconds will
be continually trimmed from all objects.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property PruneThreshold() As Integer
|
| [C#] |
public int PruneThreshold {get; set;}
|
| [Managed C++] |
public: __property int get_PruneThreshold();
public: __property void set_PruneThreshold(
int
);
|
| [Unmanaged C++] |
public: HRESULT get_PruneThreshold(
long * pRetVal
);
public: HRESULT put_PruneThreshold(
long NewPruneThreshold
);
|
| [Java] |
public int getPruneThreshold();public void setPruneThreshold(
int
);
|
See Also