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
public int BucketSize { get; set; }
public:
property int BucketSize {
int get ();
void set (int value);
}
member BucketSize : int with get, set
function get BucketSize () : int
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.