ExpiringCollectionTItemExpireMilliseconds Property |
Gets or sets the minimum number of milliseconds that an item can remain within the list.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int ExpireMilliseconds { get; set; }
Public Property ExpireMilliseconds As Integer
Get
Set
public:
property int ExpireMilliseconds {
int get ();
void set (int value);
}
member ExpireMilliseconds : int with get, set
Property Value
Type:
Int32See Also