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 * pTimeInSeconds
);
public: HRESULT put_PruneThreshold(
long TimeInSeconds
);
|
| [Java] |
|---|
public int getPruneThreshold();
public void setPruneThreshold(
int
);
|
See Also