Count Property
Summary
Gets or sets the number of captures.
Syntax
public int Count { get; set; }
Public Property Count As Integer
public:
property int Count {
int get();
void set ( int );
}
Property Value
Number of times to perform capturing. A value of 0 or 1 means one capture, 2 means 2 captures, etc. Default is 1.