Specify the number of times skipped between accepted samples when FilterType is set to Skip Count...
Read-write property
[Visual Basic .NET] |
---|
Public Property Count() As Integer |
[C#] |
---|
public int Count {get; set;} |
[Managed C++] |
---|
public: __property int get_Count(); |
[Unmanaged C++] |
---|
public: HRESULT get_Count( int * pRetVal ); public: HRESULT put_Count( int Count ); |
[Java] |
---|
public Integer getCount(); public void setCount( Integer ); |