Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestRunConfiguration::BucketSize Property

 

Gets or sets the bucket size for the run configuration.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int BucketSize {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The size of the bucket.

Exception Condition
T:Messages.Common_CannotBeLessThanZero

Size < 0.

Return to top
Show: