Share via


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)

Syntax

'Declaration
Public Property BucketSize As Integer
'Usage
Dim instance As TestRunConfiguration 
Dim value As Integer 

value = instance.BucketSize

instance.BucketSize = value
public int BucketSize { get; set; }
public:
property int BucketSize {
    int get ();
    void set (int value);
}
public function get BucketSize () : int 
public function set BucketSize (value : int)

Property Value

Type: System.Int32
The size of the bucket.

Exceptions

Exception Condition
Common_CannotBeLessThanZero

Size < 0.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

TestRunConfiguration Members

Microsoft.VisualStudio.TestTools.Common Namespace