Specify the number of times skipped between accepted samples when FilterType is set to Skip Count. In other words, skip count of 1 which is now the smallest accepted value is interpreted as taking every other samples, skip count of 2 means taking a sample, then skipping two consecutive samples and then taking another sample, etc.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Count() As Integer |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property int get_Count(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|






