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.

PriorityAttribute Constructor (Int32)

 

Initializes a new instance of the PriorityAttribute class that has a priority value.

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

public:
PriorityAttribute(
	int priority
)

Parameters

priority
Type: System::Int32

An integer that represents the priority value for the test.

Return to top
Show: